<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20a_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20a_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20a_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20a_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20a_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20a_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20a_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | A - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="44" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96443" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1168272&nbsp;ADRIANE RODRIGUES MORENO
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1168272" type="hidden"></td>
            
            <td id="colunaNotaAluno_1168272_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_154" id="ci_AlunoAvaliacao_1168272_154" value="89418001" type="hidden">
                <input name="nr_Nota_1168272_154" id="nr_Nota_1168272_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_160" id="ci_AlunoAvaliacao_1168272_160" value="91855193" type="hidden">
                <input name="nr_Nota_1168272_160" id="nr_Nota_1168272_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_530" id="ci_AlunoAvaliacao_1168272_530" value="89910256" type="hidden">
                <input name="nr_Nota_1168272_530" id="nr_Nota_1168272_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_780" id="ci_AlunoAvaliacao_1168272_780" value="89421058" type="hidden">
                <input name="nr_Nota_1168272_780" id="nr_Nota_1168272_780" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_800" id="ci_AlunoAvaliacao_1168272_800" value="89156559" type="hidden">
                <input name="nr_Nota_1168272_800" id="nr_Nota_1168272_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_890" id="ci_AlunoAvaliacao_1168272_890" value="88614459" type="hidden">
                <input name="nr_Nota_1168272_890" id="nr_Nota_1168272_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_970" id="ci_AlunoAvaliacao_1168272_970" value="88613134" type="hidden">
                <input name="nr_Nota_1168272_970" id="nr_Nota_1168272_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_3330" id="ci_AlunoAvaliacao_1168272_3330" value="89429919" type="hidden">
                <input name="nr_Nota_1168272_3330" id="nr_Nota_1168272_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1130" id="ci_AlunoAvaliacao_1168272_1130" value="89423616" type="hidden">
                <input name="nr_Nota_1168272_1130" id="nr_Nota_1168272_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1140" id="ci_AlunoAvaliacao_1168272_1140" value="89419186" type="hidden">
                <input name="nr_Nota_1168272_1140" id="nr_Nota_1168272_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1200" id="ci_AlunoAvaliacao_1168272_1200" value="89158158" type="hidden">
                <input name="nr_Nota_1168272_1200" id="nr_Nota_1168272_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1620" id="ci_AlunoAvaliacao_1168272_1620" value="89424830" type="hidden">
                <input name="nr_Nota_1168272_1620" id="nr_Nota_1168272_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1168272_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1168272_1730" id="ci_AlunoAvaliacao_1168272_1730" value="89159214" type="hidden">
                <input name="nr_Nota_1168272_1730" id="nr_Nota_1168272_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2402575&nbsp;ALEXANDRE BEZERRA DOS SANTOS
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="2402575" type="hidden"></td>
            
            <td id="colunaNotaAluno_2402575_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_154" id="ci_AlunoAvaliacao_2402575_154" value="89418006" type="hidden">
                <input name="nr_Nota_2402575_154" id="nr_Nota_2402575_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_160" id="ci_AlunoAvaliacao_2402575_160" value="91855194" type="hidden">
                <input name="nr_Nota_2402575_160" id="nr_Nota_2402575_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_530" id="ci_AlunoAvaliacao_2402575_530" value="89910257" type="hidden">
                <input name="nr_Nota_2402575_530" id="nr_Nota_2402575_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_780" id="ci_AlunoAvaliacao_2402575_780" value="89421059" type="hidden">
                <input name="nr_Nota_2402575_780" id="nr_Nota_2402575_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_800" id="ci_AlunoAvaliacao_2402575_800" value="89156560" type="hidden">
                <input name="nr_Nota_2402575_800" id="nr_Nota_2402575_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_890" id="ci_AlunoAvaliacao_2402575_890" value="88614460" type="hidden">
                <input name="nr_Nota_2402575_890" id="nr_Nota_2402575_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_970" id="ci_AlunoAvaliacao_2402575_970" value="88613135" type="hidden">
                <input name="nr_Nota_2402575_970" id="nr_Nota_2402575_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_3330" id="ci_AlunoAvaliacao_2402575_3330" value="89429920" type="hidden">
                <input name="nr_Nota_2402575_3330" id="nr_Nota_2402575_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1130" id="ci_AlunoAvaliacao_2402575_1130" value="89423618" type="hidden">
                <input name="nr_Nota_2402575_1130" id="nr_Nota_2402575_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1140" id="ci_AlunoAvaliacao_2402575_1140" value="89419187" type="hidden">
                <input name="nr_Nota_2402575_1140" id="nr_Nota_2402575_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1200" id="ci_AlunoAvaliacao_2402575_1200" value="89158159" type="hidden">
                <input name="nr_Nota_2402575_1200" id="nr_Nota_2402575_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1620" id="ci_AlunoAvaliacao_2402575_1620" value="89424831" type="hidden">
                <input name="nr_Nota_2402575_1620" id="nr_Nota_2402575_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2402575_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2402575_1730" id="ci_AlunoAvaliacao_2402575_1730" value="89159215" type="hidden">
                <input name="nr_Nota_2402575_1730" id="nr_Nota_2402575_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1189989&nbsp;ANA KAROLINE NASCIMENTO GONCALVES
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1189989" type="hidden"></td>
            
            <td id="colunaNotaAluno_1189989_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_154" id="ci_AlunoAvaliacao_1189989_154" value="89418011" type="hidden">
                <input name="nr_Nota_1189989_154" id="nr_Nota_1189989_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_160" id="ci_AlunoAvaliacao_1189989_160" value="91855195" type="hidden">
                <input name="nr_Nota_1189989_160" id="nr_Nota_1189989_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_530" id="ci_AlunoAvaliacao_1189989_530" value="89910258" type="hidden">
                <input name="nr_Nota_1189989_530" id="nr_Nota_1189989_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_780" id="ci_AlunoAvaliacao_1189989_780" value="89421060" type="hidden">
                <input name="nr_Nota_1189989_780" id="nr_Nota_1189989_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_800" id="ci_AlunoAvaliacao_1189989_800" value="89156561" type="hidden">
                <input name="nr_Nota_1189989_800" id="nr_Nota_1189989_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_890" id="ci_AlunoAvaliacao_1189989_890" value="88614461" type="hidden">
                <input name="nr_Nota_1189989_890" id="nr_Nota_1189989_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_970" id="ci_AlunoAvaliacao_1189989_970" value="88613136" type="hidden">
                <input name="nr_Nota_1189989_970" id="nr_Nota_1189989_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_3330" id="ci_AlunoAvaliacao_1189989_3330" value="89429921" type="hidden">
                <input name="nr_Nota_1189989_3330" id="nr_Nota_1189989_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1130" id="ci_AlunoAvaliacao_1189989_1130" value="89423620" type="hidden">
                <input name="nr_Nota_1189989_1130" id="nr_Nota_1189989_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1140" id="ci_AlunoAvaliacao_1189989_1140" value="89419188" type="hidden">
                <input name="nr_Nota_1189989_1140" id="nr_Nota_1189989_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1200" id="ci_AlunoAvaliacao_1189989_1200" value="89158160" type="hidden">
                <input name="nr_Nota_1189989_1200" id="nr_Nota_1189989_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1620" id="ci_AlunoAvaliacao_1189989_1620" value="89424832" type="hidden">
                <input name="nr_Nota_1189989_1620" id="nr_Nota_1189989_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1189989_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1189989_1730" id="ci_AlunoAvaliacao_1189989_1730" value="89159216" type="hidden">
                <input name="nr_Nota_1189989_1730" id="nr_Nota_1189989_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;900846&nbsp;ANDERSON SANTOS DA SILVA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="900846" type="hidden"></td>
            
            <td id="colunaNotaAluno_900846_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_154" id="ci_AlunoAvaliacao_900846_154" value="89418017" type="hidden">
                <input name="nr_Nota_900846_154" id="nr_Nota_900846_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_160" id="ci_AlunoAvaliacao_900846_160" value="91855196" type="hidden">
                <input name="nr_Nota_900846_160" id="nr_Nota_900846_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_530" id="ci_AlunoAvaliacao_900846_530" value="89910259" type="hidden">
                <input name="nr_Nota_900846_530" id="nr_Nota_900846_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_780" id="ci_AlunoAvaliacao_900846_780" value="89421061" type="hidden">
                <input name="nr_Nota_900846_780" id="nr_Nota_900846_780" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_800" id="ci_AlunoAvaliacao_900846_800" value="89156562" type="hidden">
                <input name="nr_Nota_900846_800" id="nr_Nota_900846_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_890" id="ci_AlunoAvaliacao_900846_890" value="88614462" type="hidden">
                <input name="nr_Nota_900846_890" id="nr_Nota_900846_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_970" id="ci_AlunoAvaliacao_900846_970" value="88613137" type="hidden">
                <input name="nr_Nota_900846_970" id="nr_Nota_900846_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_3330" id="ci_AlunoAvaliacao_900846_3330" value="89429922" type="hidden">
                <input name="nr_Nota_900846_3330" id="nr_Nota_900846_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1130" id="ci_AlunoAvaliacao_900846_1130" value="89423622" type="hidden">
                <input name="nr_Nota_900846_1130" id="nr_Nota_900846_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1140" id="ci_AlunoAvaliacao_900846_1140" value="89419189" type="hidden">
                <input name="nr_Nota_900846_1140" id="nr_Nota_900846_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1200" id="ci_AlunoAvaliacao_900846_1200" value="89158161" type="hidden">
                <input name="nr_Nota_900846_1200" id="nr_Nota_900846_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1620" id="ci_AlunoAvaliacao_900846_1620" value="89424833" type="hidden">
                <input name="nr_Nota_900846_1620" id="nr_Nota_900846_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_900846_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_900846_1730" id="ci_AlunoAvaliacao_900846_1730" value="89159217" type="hidden">
                <input name="nr_Nota_900846_1730" id="nr_Nota_900846_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1186007&nbsp;ANDRESSA ALVES DE SOUZA
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1186007" type="hidden"></td>
            
            <td id="colunaNotaAluno_1186007_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_154" id="ci_AlunoAvaliacao_1186007_154" value="89418018" type="hidden">
                <input name="nr_Nota_1186007_154" id="nr_Nota_1186007_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_160" id="ci_AlunoAvaliacao_1186007_160" value="91855197" type="hidden">
                <input name="nr_Nota_1186007_160" id="nr_Nota_1186007_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_530" id="ci_AlunoAvaliacao_1186007_530" value="89910260" type="hidden">
                <input name="nr_Nota_1186007_530" id="nr_Nota_1186007_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_780" id="ci_AlunoAvaliacao_1186007_780" value="89421062" type="hidden">
                <input name="nr_Nota_1186007_780" id="nr_Nota_1186007_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_800" id="ci_AlunoAvaliacao_1186007_800" value="89156563" type="hidden">
                <input name="nr_Nota_1186007_800" id="nr_Nota_1186007_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_890" id="ci_AlunoAvaliacao_1186007_890" value="88614463" type="hidden">
                <input name="nr_Nota_1186007_890" id="nr_Nota_1186007_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_970" id="ci_AlunoAvaliacao_1186007_970" value="88613138" type="hidden">
                <input name="nr_Nota_1186007_970" id="nr_Nota_1186007_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_3330" id="ci_AlunoAvaliacao_1186007_3330" value="89429923" type="hidden">
                <input name="nr_Nota_1186007_3330" id="nr_Nota_1186007_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1130" id="ci_AlunoAvaliacao_1186007_1130" value="89423623" type="hidden">
                <input name="nr_Nota_1186007_1130" id="nr_Nota_1186007_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1140" id="ci_AlunoAvaliacao_1186007_1140" value="89419190" type="hidden">
                <input name="nr_Nota_1186007_1140" id="nr_Nota_1186007_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1200" id="ci_AlunoAvaliacao_1186007_1200" value="89158162" type="hidden">
                <input name="nr_Nota_1186007_1200" id="nr_Nota_1186007_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1620" id="ci_AlunoAvaliacao_1186007_1620" value="89424834" type="hidden">
                <input name="nr_Nota_1186007_1620" id="nr_Nota_1186007_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1186007_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1186007_1730" id="ci_AlunoAvaliacao_1186007_1730" value="89159218" type="hidden">
                <input name="nr_Nota_1186007_1730" id="nr_Nota_1186007_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1322108&nbsp;ANTONIO MARCOS DE SOUSA ANDRADE
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="1322108" type="hidden"></td>
            
            <td id="colunaNotaAluno_1322108_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_154" id="ci_AlunoAvaliacao_1322108_154" value="89418019" type="hidden">
                <input name="nr_Nota_1322108_154" id="nr_Nota_1322108_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_160" id="ci_AlunoAvaliacao_1322108_160" value="91855198" type="hidden">
                <input name="nr_Nota_1322108_160" id="nr_Nota_1322108_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_530" id="ci_AlunoAvaliacao_1322108_530" value="89910261" type="hidden">
                <input name="nr_Nota_1322108_530" id="nr_Nota_1322108_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_780" id="ci_AlunoAvaliacao_1322108_780" value="89421063" type="hidden">
                <input name="nr_Nota_1322108_780" id="nr_Nota_1322108_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_800" id="ci_AlunoAvaliacao_1322108_800" value="89156564" type="hidden">
                <input name="nr_Nota_1322108_800" id="nr_Nota_1322108_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_890" id="ci_AlunoAvaliacao_1322108_890" value="88614464" type="hidden">
                <input name="nr_Nota_1322108_890" id="nr_Nota_1322108_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_970" id="ci_AlunoAvaliacao_1322108_970" value="88613139" type="hidden">
                <input name="nr_Nota_1322108_970" id="nr_Nota_1322108_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_3330" id="ci_AlunoAvaliacao_1322108_3330" value="89429924" type="hidden">
                <input name="nr_Nota_1322108_3330" id="nr_Nota_1322108_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1130" id="ci_AlunoAvaliacao_1322108_1130" value="89423624" type="hidden">
                <input name="nr_Nota_1322108_1130" id="nr_Nota_1322108_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1140" id="ci_AlunoAvaliacao_1322108_1140" value="89419191" type="hidden">
                <input name="nr_Nota_1322108_1140" id="nr_Nota_1322108_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1200" id="ci_AlunoAvaliacao_1322108_1200" value="89158163" type="hidden">
                <input name="nr_Nota_1322108_1200" id="nr_Nota_1322108_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1620" id="ci_AlunoAvaliacao_1322108_1620" value="89424835" type="hidden">
                <input name="nr_Nota_1322108_1620" id="nr_Nota_1322108_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1322108_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1322108_1730" id="ci_AlunoAvaliacao_1322108_1730" value="89159219" type="hidden">
                <input name="nr_Nota_1322108_1730" id="nr_Nota_1322108_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197237&nbsp;ARTUR NOBERTO ANDRADE DO NASCIMENTO
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="1197237" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197237_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_154" id="ci_AlunoAvaliacao_1197237_154" value="89418020" type="hidden">
                <input name="nr_Nota_1197237_154" id="nr_Nota_1197237_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_160" id="ci_AlunoAvaliacao_1197237_160" value="91855199" type="hidden">
                <input name="nr_Nota_1197237_160" id="nr_Nota_1197237_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_530" id="ci_AlunoAvaliacao_1197237_530" value="89910262" type="hidden">
                <input name="nr_Nota_1197237_530" id="nr_Nota_1197237_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_780" id="ci_AlunoAvaliacao_1197237_780" value="89421064" type="hidden">
                <input name="nr_Nota_1197237_780" id="nr_Nota_1197237_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_800" id="ci_AlunoAvaliacao_1197237_800" value="89156565" type="hidden">
                <input name="nr_Nota_1197237_800" id="nr_Nota_1197237_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_890" id="ci_AlunoAvaliacao_1197237_890" value="88614465" type="hidden">
                <input name="nr_Nota_1197237_890" id="nr_Nota_1197237_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_970" id="ci_AlunoAvaliacao_1197237_970" value="88613140" type="hidden">
                <input name="nr_Nota_1197237_970" id="nr_Nota_1197237_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_3330" id="ci_AlunoAvaliacao_1197237_3330" value="89429925" type="hidden">
                <input name="nr_Nota_1197237_3330" id="nr_Nota_1197237_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1130" id="ci_AlunoAvaliacao_1197237_1130" value="89423625" type="hidden">
                <input name="nr_Nota_1197237_1130" id="nr_Nota_1197237_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1140" id="ci_AlunoAvaliacao_1197237_1140" value="89419192" type="hidden">
                <input name="nr_Nota_1197237_1140" id="nr_Nota_1197237_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1200" id="ci_AlunoAvaliacao_1197237_1200" value="89158164" type="hidden">
                <input name="nr_Nota_1197237_1200" id="nr_Nota_1197237_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1620" id="ci_AlunoAvaliacao_1197237_1620" value="89424836" type="hidden">
                <input name="nr_Nota_1197237_1620" id="nr_Nota_1197237_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197237_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197237_1730" id="ci_AlunoAvaliacao_1197237_1730" value="89159220" type="hidden">
                <input name="nr_Nota_1197237_1730" id="nr_Nota_1197237_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1302048&nbsp;CARLOS RENATO DE SOUZA PINHEIRO
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1302048" type="hidden"></td>
            
            <td id="colunaNotaAluno_1302048_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_154" id="ci_AlunoAvaliacao_1302048_154" value="89418021" type="hidden">
                <input name="nr_Nota_1302048_154" id="nr_Nota_1302048_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_160" id="ci_AlunoAvaliacao_1302048_160" value="91855200" type="hidden">
                <input name="nr_Nota_1302048_160" id="nr_Nota_1302048_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_530" id="ci_AlunoAvaliacao_1302048_530" value="89910263" type="hidden">
                <input name="nr_Nota_1302048_530" id="nr_Nota_1302048_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_780" id="ci_AlunoAvaliacao_1302048_780" value="89421065" type="hidden">
                <input name="nr_Nota_1302048_780" id="nr_Nota_1302048_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_800" id="ci_AlunoAvaliacao_1302048_800" value="89156566" type="hidden">
                <input name="nr_Nota_1302048_800" id="nr_Nota_1302048_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_890" id="ci_AlunoAvaliacao_1302048_890" value="88614466" type="hidden">
                <input name="nr_Nota_1302048_890" id="nr_Nota_1302048_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_970" id="ci_AlunoAvaliacao_1302048_970" value="88613141" type="hidden">
                <input name="nr_Nota_1302048_970" id="nr_Nota_1302048_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_3330" id="ci_AlunoAvaliacao_1302048_3330" value="89429926" type="hidden">
                <input name="nr_Nota_1302048_3330" id="nr_Nota_1302048_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1130" id="ci_AlunoAvaliacao_1302048_1130" value="89423627" type="hidden">
                <input name="nr_Nota_1302048_1130" id="nr_Nota_1302048_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1140" id="ci_AlunoAvaliacao_1302048_1140" value="89419193" type="hidden">
                <input name="nr_Nota_1302048_1140" id="nr_Nota_1302048_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1200" id="ci_AlunoAvaliacao_1302048_1200" value="89158165" type="hidden">
                <input name="nr_Nota_1302048_1200" id="nr_Nota_1302048_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1620" id="ci_AlunoAvaliacao_1302048_1620" value="89424837" type="hidden">
                <input name="nr_Nota_1302048_1620" id="nr_Nota_1302048_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1302048_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1302048_1730" id="ci_AlunoAvaliacao_1302048_1730" value="89159221" type="hidden">
                <input name="nr_Nota_1302048_1730" id="nr_Nota_1302048_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;666172&nbsp;DEBORA BRENA OLIVEIRA LEITAO
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="666172" type="hidden"></td>
            
            <td id="colunaNotaAluno_666172_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_154" id="ci_AlunoAvaliacao_666172_154" value="89418022" type="hidden">
                <input name="nr_Nota_666172_154" id="nr_Nota_666172_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_160" id="ci_AlunoAvaliacao_666172_160" value="91855201" type="hidden">
                <input name="nr_Nota_666172_160" id="nr_Nota_666172_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_530" id="ci_AlunoAvaliacao_666172_530" value="89910265" type="hidden">
                <input name="nr_Nota_666172_530" id="nr_Nota_666172_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_780" id="ci_AlunoAvaliacao_666172_780" value="89421066" type="hidden">
                <input name="nr_Nota_666172_780" id="nr_Nota_666172_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_800" id="ci_AlunoAvaliacao_666172_800" value="89156567" type="hidden">
                <input name="nr_Nota_666172_800" id="nr_Nota_666172_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_890" id="ci_AlunoAvaliacao_666172_890" value="88614467" type="hidden">
                <input name="nr_Nota_666172_890" id="nr_Nota_666172_890" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_970" id="ci_AlunoAvaliacao_666172_970" value="88613142" type="hidden">
                <input name="nr_Nota_666172_970" id="nr_Nota_666172_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_3330" id="ci_AlunoAvaliacao_666172_3330" value="89429927" type="hidden">
                <input name="nr_Nota_666172_3330" id="nr_Nota_666172_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1130" id="ci_AlunoAvaliacao_666172_1130" value="89423629" type="hidden">
                <input name="nr_Nota_666172_1130" id="nr_Nota_666172_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1140" id="ci_AlunoAvaliacao_666172_1140" value="89419194" type="hidden">
                <input name="nr_Nota_666172_1140" id="nr_Nota_666172_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1200" id="ci_AlunoAvaliacao_666172_1200" value="89158166" type="hidden">
                <input name="nr_Nota_666172_1200" id="nr_Nota_666172_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1620" id="ci_AlunoAvaliacao_666172_1620" value="89424838" type="hidden">
                <input name="nr_Nota_666172_1620" id="nr_Nota_666172_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_666172_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_666172_1730" id="ci_AlunoAvaliacao_666172_1730" value="89159222" type="hidden">
                <input name="nr_Nota_666172_1730" id="nr_Nota_666172_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197215&nbsp;FABRICIO MARQUES DE ALMEIDA
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="1197215" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197215_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_154" id="ci_AlunoAvaliacao_1197215_154" value="89418023" type="hidden">
                <input name="nr_Nota_1197215_154" id="nr_Nota_1197215_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_160" id="ci_AlunoAvaliacao_1197215_160" value="91855202" type="hidden">
                <input name="nr_Nota_1197215_160" id="nr_Nota_1197215_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_530" id="ci_AlunoAvaliacao_1197215_530" value="89910266" type="hidden">
                <input name="nr_Nota_1197215_530" id="nr_Nota_1197215_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_780" id="ci_AlunoAvaliacao_1197215_780" value="89421067" type="hidden">
                <input name="nr_Nota_1197215_780" id="nr_Nota_1197215_780" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_800" id="ci_AlunoAvaliacao_1197215_800" value="89156568" type="hidden">
                <input name="nr_Nota_1197215_800" id="nr_Nota_1197215_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_890" id="ci_AlunoAvaliacao_1197215_890" value="88614468" type="hidden">
                <input name="nr_Nota_1197215_890" id="nr_Nota_1197215_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_970" id="ci_AlunoAvaliacao_1197215_970" value="88613143" type="hidden">
                <input name="nr_Nota_1197215_970" id="nr_Nota_1197215_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_3330" id="ci_AlunoAvaliacao_1197215_3330" value="89429928" type="hidden">
                <input name="nr_Nota_1197215_3330" id="nr_Nota_1197215_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1130" id="ci_AlunoAvaliacao_1197215_1130" value="89423631" type="hidden">
                <input name="nr_Nota_1197215_1130" id="nr_Nota_1197215_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1140" id="ci_AlunoAvaliacao_1197215_1140" value="89419195" type="hidden">
                <input name="nr_Nota_1197215_1140" id="nr_Nota_1197215_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1200" id="ci_AlunoAvaliacao_1197215_1200" value="89158167" type="hidden">
                <input name="nr_Nota_1197215_1200" id="nr_Nota_1197215_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1620" id="ci_AlunoAvaliacao_1197215_1620" value="89424839" type="hidden">
                <input name="nr_Nota_1197215_1620" id="nr_Nota_1197215_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197215_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197215_1730" id="ci_AlunoAvaliacao_1197215_1730" value="89159223" type="hidden">
                <input name="nr_Nota_1197215_1730" id="nr_Nota_1197215_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;201622&nbsp;FABRICIO SANTOS DE SOUSA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="201622" type="hidden"></td>
            
            <td id="colunaNotaAluno_201622_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_154" id="ci_AlunoAvaliacao_201622_154" value="89418024" type="hidden">
                <input name="nr_Nota_201622_154" id="nr_Nota_201622_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_160" id="ci_AlunoAvaliacao_201622_160" value="91855203" type="hidden">
                <input name="nr_Nota_201622_160" id="nr_Nota_201622_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_530" id="ci_AlunoAvaliacao_201622_530" value="89910267" type="hidden">
                <input name="nr_Nota_201622_530" id="nr_Nota_201622_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_780" id="ci_AlunoAvaliacao_201622_780" value="89421068" type="hidden">
                <input name="nr_Nota_201622_780" id="nr_Nota_201622_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_800" id="ci_AlunoAvaliacao_201622_800" value="89156569" type="hidden">
                <input name="nr_Nota_201622_800" id="nr_Nota_201622_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_890" id="ci_AlunoAvaliacao_201622_890" value="88614469" type="hidden">
                <input name="nr_Nota_201622_890" id="nr_Nota_201622_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_970" id="ci_AlunoAvaliacao_201622_970" value="88613144" type="hidden">
                <input name="nr_Nota_201622_970" id="nr_Nota_201622_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_3330" id="ci_AlunoAvaliacao_201622_3330" value="89429929" type="hidden">
                <input name="nr_Nota_201622_3330" id="nr_Nota_201622_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1130" id="ci_AlunoAvaliacao_201622_1130" value="89423632" type="hidden">
                <input name="nr_Nota_201622_1130" id="nr_Nota_201622_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1140" id="ci_AlunoAvaliacao_201622_1140" value="89419196" type="hidden">
                <input name="nr_Nota_201622_1140" id="nr_Nota_201622_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1200" id="ci_AlunoAvaliacao_201622_1200" value="89158168" type="hidden">
                <input name="nr_Nota_201622_1200" id="nr_Nota_201622_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1620" id="ci_AlunoAvaliacao_201622_1620" value="89424840" type="hidden">
                <input name="nr_Nota_201622_1620" id="nr_Nota_201622_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_201622_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_201622_1730" id="ci_AlunoAvaliacao_201622_1730" value="89159224" type="hidden">
                <input name="nr_Nota_201622_1730" id="nr_Nota_201622_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202456&nbsp;GABRIEL DA SILVA AQUINO
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1202456" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202456_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_154" id="ci_AlunoAvaliacao_1202456_154" value="89418025" type="hidden">
                <input name="nr_Nota_1202456_154" id="nr_Nota_1202456_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_160" id="ci_AlunoAvaliacao_1202456_160" value="91855204" type="hidden">
                <input name="nr_Nota_1202456_160" id="nr_Nota_1202456_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_530" id="ci_AlunoAvaliacao_1202456_530" value="89910268" type="hidden">
                <input name="nr_Nota_1202456_530" id="nr_Nota_1202456_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_780" id="ci_AlunoAvaliacao_1202456_780" value="89421069" type="hidden">
                <input name="nr_Nota_1202456_780" id="nr_Nota_1202456_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_800" id="ci_AlunoAvaliacao_1202456_800" value="89156570" type="hidden">
                <input name="nr_Nota_1202456_800" id="nr_Nota_1202456_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_890" id="ci_AlunoAvaliacao_1202456_890" value="88614470" type="hidden">
                <input name="nr_Nota_1202456_890" id="nr_Nota_1202456_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_970" id="ci_AlunoAvaliacao_1202456_970" value="88613145" type="hidden">
                <input name="nr_Nota_1202456_970" id="nr_Nota_1202456_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_3330" id="ci_AlunoAvaliacao_1202456_3330" value="89429930" type="hidden">
                <input name="nr_Nota_1202456_3330" id="nr_Nota_1202456_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1130" id="ci_AlunoAvaliacao_1202456_1130" value="89423633" type="hidden">
                <input name="nr_Nota_1202456_1130" id="nr_Nota_1202456_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1140" id="ci_AlunoAvaliacao_1202456_1140" value="89419197" type="hidden">
                <input name="nr_Nota_1202456_1140" id="nr_Nota_1202456_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1200" id="ci_AlunoAvaliacao_1202456_1200" value="89158169" type="hidden">
                <input name="nr_Nota_1202456_1200" id="nr_Nota_1202456_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1620" id="ci_AlunoAvaliacao_1202456_1620" value="89424841" type="hidden">
                <input name="nr_Nota_1202456_1620" id="nr_Nota_1202456_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202456_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202456_1730" id="ci_AlunoAvaliacao_1202456_1730" value="89159225" type="hidden">
                <input name="nr_Nota_1202456_1730" id="nr_Nota_1202456_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1297871&nbsp;GEOVANY COSTA ANDRADE SILVA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1297871" type="hidden"></td>
            
            <td id="colunaNotaAluno_1297871_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_154" id="ci_AlunoAvaliacao_1297871_154" value="89418026" type="hidden">
                <input name="nr_Nota_1297871_154" id="nr_Nota_1297871_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_160" id="ci_AlunoAvaliacao_1297871_160" value="91855205" type="hidden">
                <input name="nr_Nota_1297871_160" id="nr_Nota_1297871_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_530" id="ci_AlunoAvaliacao_1297871_530" value="89910269" type="hidden">
                <input name="nr_Nota_1297871_530" id="nr_Nota_1297871_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_780" id="ci_AlunoAvaliacao_1297871_780" value="89421070" type="hidden">
                <input name="nr_Nota_1297871_780" id="nr_Nota_1297871_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_800" id="ci_AlunoAvaliacao_1297871_800" value="89156571" type="hidden">
                <input name="nr_Nota_1297871_800" id="nr_Nota_1297871_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_890" id="ci_AlunoAvaliacao_1297871_890" value="88614471" type="hidden">
                <input name="nr_Nota_1297871_890" id="nr_Nota_1297871_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_970" id="ci_AlunoAvaliacao_1297871_970" value="88613146" type="hidden">
                <input name="nr_Nota_1297871_970" id="nr_Nota_1297871_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_3330" id="ci_AlunoAvaliacao_1297871_3330" value="89429931" type="hidden">
                <input name="nr_Nota_1297871_3330" id="nr_Nota_1297871_3330" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1130" id="ci_AlunoAvaliacao_1297871_1130" value="89423634" type="hidden">
                <input name="nr_Nota_1297871_1130" id="nr_Nota_1297871_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1140" id="ci_AlunoAvaliacao_1297871_1140" value="89419198" type="hidden">
                <input name="nr_Nota_1297871_1140" id="nr_Nota_1297871_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1200" id="ci_AlunoAvaliacao_1297871_1200" value="89158170" type="hidden">
                <input name="nr_Nota_1297871_1200" id="nr_Nota_1297871_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1620" id="ci_AlunoAvaliacao_1297871_1620" value="89424842" type="hidden">
                <input name="nr_Nota_1297871_1620" id="nr_Nota_1297871_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1297871_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1297871_1730" id="ci_AlunoAvaliacao_1297871_1730" value="89159226" type="hidden">
                <input name="nr_Nota_1297871_1730" id="nr_Nota_1297871_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1167668&nbsp;GISLAYNE DE OLIVEIRA DAMASCENO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="1167668" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167668_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_154" id="ci_AlunoAvaliacao_1167668_154" value="89418027" type="hidden">
                <input name="nr_Nota_1167668_154" id="nr_Nota_1167668_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_160" id="ci_AlunoAvaliacao_1167668_160" value="91855206" type="hidden">
                <input name="nr_Nota_1167668_160" id="nr_Nota_1167668_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_530" id="ci_AlunoAvaliacao_1167668_530" value="89910270" type="hidden">
                <input name="nr_Nota_1167668_530" id="nr_Nota_1167668_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_780" id="ci_AlunoAvaliacao_1167668_780" value="89421071" type="hidden">
                <input name="nr_Nota_1167668_780" id="nr_Nota_1167668_780" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_800" id="ci_AlunoAvaliacao_1167668_800" value="89156572" type="hidden">
                <input name="nr_Nota_1167668_800" id="nr_Nota_1167668_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_890" id="ci_AlunoAvaliacao_1167668_890" value="88614472" type="hidden">
                <input name="nr_Nota_1167668_890" id="nr_Nota_1167668_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_970" id="ci_AlunoAvaliacao_1167668_970" value="88613147" type="hidden">
                <input name="nr_Nota_1167668_970" id="nr_Nota_1167668_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_3330" id="ci_AlunoAvaliacao_1167668_3330" value="89429932" type="hidden">
                <input name="nr_Nota_1167668_3330" id="nr_Nota_1167668_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1130" id="ci_AlunoAvaliacao_1167668_1130" value="89423635" type="hidden">
                <input name="nr_Nota_1167668_1130" id="nr_Nota_1167668_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1140" id="ci_AlunoAvaliacao_1167668_1140" value="89419199" type="hidden">
                <input name="nr_Nota_1167668_1140" id="nr_Nota_1167668_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1200" id="ci_AlunoAvaliacao_1167668_1200" value="89158171" type="hidden">
                <input name="nr_Nota_1167668_1200" id="nr_Nota_1167668_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1620" id="ci_AlunoAvaliacao_1167668_1620" value="89424843" type="hidden">
                <input name="nr_Nota_1167668_1620" id="nr_Nota_1167668_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167668_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167668_1730" id="ci_AlunoAvaliacao_1167668_1730" value="89159227" type="hidden">
                <input name="nr_Nota_1167668_1730" id="nr_Nota_1167668_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;324486&nbsp;GIRLEIVE CARVALHO DOS SANTOS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="324486" type="hidden"></td>
            
            <td id="colunaNotaAluno_324486_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_154" id="ci_AlunoAvaliacao_324486_154" value="89082907" type="hidden">
                <input name="nr_Nota_324486_154" id="nr_Nota_324486_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_160" id="ci_AlunoAvaliacao_324486_160" value="89479631" type="hidden">
                <input name="nr_Nota_324486_160" id="nr_Nota_324486_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_530" id="ci_AlunoAvaliacao_324486_530" value="89969004" type="hidden">
                <input name="nr_Nota_324486_530" id="nr_Nota_324486_530" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_780" id="ci_AlunoAvaliacao_324486_780" value="88527963" type="hidden">
                <input name="nr_Nota_324486_780" id="nr_Nota_324486_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_800" id="ci_AlunoAvaliacao_324486_800" value="88201244" type="hidden">
                <input name="nr_Nota_324486_800" id="nr_Nota_324486_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_890" id="ci_AlunoAvaliacao_324486_890" value="88366358" type="hidden">
                <input name="nr_Nota_324486_890" id="nr_Nota_324486_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_970" id="ci_AlunoAvaliacao_324486_970" value="89080445" type="hidden">
                <input name="nr_Nota_324486_970" id="nr_Nota_324486_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_3330" id="ci_AlunoAvaliacao_324486_3330" value="90264803" type="hidden">
                <input name="nr_Nota_324486_3330" id="nr_Nota_324486_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1130" id="ci_AlunoAvaliacao_324486_1130" value="88488513" type="hidden">
                <input name="nr_Nota_324486_1130" id="nr_Nota_324486_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1140" id="ci_AlunoAvaliacao_324486_1140" value="89078022" type="hidden">
                <input name="nr_Nota_324486_1140" id="nr_Nota_324486_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1200" id="ci_AlunoAvaliacao_324486_1200" value="88371121" type="hidden">
                <input name="nr_Nota_324486_1200" id="nr_Nota_324486_1200" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1620" id="ci_AlunoAvaliacao_324486_1620" value="89751867" type="hidden">
                <input name="nr_Nota_324486_1620" id="nr_Nota_324486_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_324486_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_324486_1730" id="ci_AlunoAvaliacao_324486_1730" value="90245827" type="hidden">
                <input name="nr_Nota_324486_1730" id="nr_Nota_324486_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894089&nbsp;JHONATA PEREIRA BARROS
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="894089" type="hidden"></td>
            
            <td id="colunaNotaAluno_894089_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_154" id="ci_AlunoAvaliacao_894089_154" value="89418028" type="hidden">
                <input name="nr_Nota_894089_154" id="nr_Nota_894089_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_160" id="ci_AlunoAvaliacao_894089_160" value="91855207" type="hidden">
                <input name="nr_Nota_894089_160" id="nr_Nota_894089_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_530" id="ci_AlunoAvaliacao_894089_530" value="89910271" type="hidden">
                <input name="nr_Nota_894089_530" id="nr_Nota_894089_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_780" id="ci_AlunoAvaliacao_894089_780" value="89421072" type="hidden">
                <input name="nr_Nota_894089_780" id="nr_Nota_894089_780" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_800" id="ci_AlunoAvaliacao_894089_800" value="89156573" type="hidden">
                <input name="nr_Nota_894089_800" id="nr_Nota_894089_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_890" id="ci_AlunoAvaliacao_894089_890" value="88614473" type="hidden">
                <input name="nr_Nota_894089_890" id="nr_Nota_894089_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_970" id="ci_AlunoAvaliacao_894089_970" value="88613148" type="hidden">
                <input name="nr_Nota_894089_970" id="nr_Nota_894089_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_3330" id="ci_AlunoAvaliacao_894089_3330" value="89429933" type="hidden">
                <input name="nr_Nota_894089_3330" id="nr_Nota_894089_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1130" id="ci_AlunoAvaliacao_894089_1130" value="89423636" type="hidden">
                <input name="nr_Nota_894089_1130" id="nr_Nota_894089_1130" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1140" id="ci_AlunoAvaliacao_894089_1140" value="89419200" type="hidden">
                <input name="nr_Nota_894089_1140" id="nr_Nota_894089_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1200" id="ci_AlunoAvaliacao_894089_1200" value="89158172" type="hidden">
                <input name="nr_Nota_894089_1200" id="nr_Nota_894089_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1620" id="ci_AlunoAvaliacao_894089_1620" value="89424844" type="hidden">
                <input name="nr_Nota_894089_1620" id="nr_Nota_894089_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894089_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894089_1730" id="ci_AlunoAvaliacao_894089_1730" value="89159228" type="hidden">
                <input name="nr_Nota_894089_1730" id="nr_Nota_894089_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1298438&nbsp;JAILA BASTOS CARVALHO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1298438" type="hidden"></td>
            
            <td id="colunaNotaAluno_1298438_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_154" id="ci_AlunoAvaliacao_1298438_154" value="79937652" type="hidden">
                <input name="nr_Nota_1298438_154" id="nr_Nota_1298438_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_160" id="ci_AlunoAvaliacao_1298438_160" value="79945967" type="hidden">
                <input name="nr_Nota_1298438_160" id="nr_Nota_1298438_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_530" id="ci_AlunoAvaliacao_1298438_530" value="80597124" type="hidden">
                <input name="nr_Nota_1298438_530" id="nr_Nota_1298438_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_780" id="ci_AlunoAvaliacao_1298438_780" value="83139759" type="hidden">
                <input name="nr_Nota_1298438_780" id="nr_Nota_1298438_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_800" id="ci_AlunoAvaliacao_1298438_800" value="80065874" type="hidden">
                <input name="nr_Nota_1298438_800" id="nr_Nota_1298438_800" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_890" id="ci_AlunoAvaliacao_1298438_890" value="80078388" type="hidden">
                <input name="nr_Nota_1298438_890" id="nr_Nota_1298438_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_970" id="ci_AlunoAvaliacao_1298438_970" value="80617281" type="hidden">
                <input name="nr_Nota_1298438_970" id="nr_Nota_1298438_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_3330" id="ci_AlunoAvaliacao_1298438_3330" value="79940711" type="hidden">
                <input name="nr_Nota_1298438_3330" id="nr_Nota_1298438_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1130" id="ci_AlunoAvaliacao_1298438_1130" value="89423637" type="hidden">
                <input name="nr_Nota_1298438_1130" id="nr_Nota_1298438_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1140" id="ci_AlunoAvaliacao_1298438_1140" value="80182676" type="hidden">
                <input name="nr_Nota_1298438_1140" id="nr_Nota_1298438_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1200" id="ci_AlunoAvaliacao_1298438_1200" value="80033466" type="hidden">
                <input name="nr_Nota_1298438_1200" id="nr_Nota_1298438_1200" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1620" id="ci_AlunoAvaliacao_1298438_1620" value="79926961" type="hidden">
                <input name="nr_Nota_1298438_1620" id="nr_Nota_1298438_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1298438_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1298438_1730" id="ci_AlunoAvaliacao_1298438_1730" value="83144903" type="hidden">
                <input name="nr_Nota_1298438_1730" id="nr_Nota_1298438_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902818&nbsp;JOSE MATHEUS LIMA CAPISTRANO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="902818" type="hidden"></td>
            
            <td id="colunaNotaAluno_902818_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_154" id="ci_AlunoAvaliacao_902818_154" value="89418029" type="hidden">
                <input name="nr_Nota_902818_154" id="nr_Nota_902818_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_160" id="ci_AlunoAvaliacao_902818_160" value="91855208" type="hidden">
                <input name="nr_Nota_902818_160" id="nr_Nota_902818_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_530" id="ci_AlunoAvaliacao_902818_530" value="89910272" type="hidden">
                <input name="nr_Nota_902818_530" id="nr_Nota_902818_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_780" id="ci_AlunoAvaliacao_902818_780" value="89421073" type="hidden">
                <input name="nr_Nota_902818_780" id="nr_Nota_902818_780" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_800" id="ci_AlunoAvaliacao_902818_800" value="89156574" type="hidden">
                <input name="nr_Nota_902818_800" id="nr_Nota_902818_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_890" id="ci_AlunoAvaliacao_902818_890" value="88614474" type="hidden">
                <input name="nr_Nota_902818_890" id="nr_Nota_902818_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_970" id="ci_AlunoAvaliacao_902818_970" value="88613149" type="hidden">
                <input name="nr_Nota_902818_970" id="nr_Nota_902818_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_3330" id="ci_AlunoAvaliacao_902818_3330" value="89429934" type="hidden">
                <input name="nr_Nota_902818_3330" id="nr_Nota_902818_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1130" id="ci_AlunoAvaliacao_902818_1130" value="89423638" type="hidden">
                <input name="nr_Nota_902818_1130" id="nr_Nota_902818_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1140" id="ci_AlunoAvaliacao_902818_1140" value="89419201" type="hidden">
                <input name="nr_Nota_902818_1140" id="nr_Nota_902818_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1200" id="ci_AlunoAvaliacao_902818_1200" value="89158173" type="hidden">
                <input name="nr_Nota_902818_1200" id="nr_Nota_902818_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1620" id="ci_AlunoAvaliacao_902818_1620" value="89424845" type="hidden">
                <input name="nr_Nota_902818_1620" id="nr_Nota_902818_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902818_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902818_1730" id="ci_AlunoAvaliacao_902818_1730" value="89159229" type="hidden">
                <input name="nr_Nota_902818_1730" id="nr_Nota_902818_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;902446&nbsp;KARINA CATUNDA VIANA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="902446" type="hidden"></td>
            
            <td id="colunaNotaAluno_902446_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_154" id="ci_AlunoAvaliacao_902446_154" value="74194769" type="hidden">
                <input name="nr_Nota_902446_154" id="nr_Nota_902446_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_160" id="ci_AlunoAvaliacao_902446_160" value="74196282" type="hidden">
                <input name="nr_Nota_902446_160" id="nr_Nota_902446_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_530" id="ci_AlunoAvaliacao_902446_530" value="74196283" type="hidden">
                <input name="nr_Nota_902446_530" id="nr_Nota_902446_530" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_780" id="ci_AlunoAvaliacao_902446_780" value="74196284" type="hidden">
                <input name="nr_Nota_902446_780" id="nr_Nota_902446_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_800" id="ci_AlunoAvaliacao_902446_800" value="74196285" type="hidden">
                <input name="nr_Nota_902446_800" id="nr_Nota_902446_800" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_890" id="ci_AlunoAvaliacao_902446_890" value="74196286" type="hidden">
                <input name="nr_Nota_902446_890" id="nr_Nota_902446_890" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_970" id="ci_AlunoAvaliacao_902446_970" value="74196287" type="hidden">
                <input name="nr_Nota_902446_970" id="nr_Nota_902446_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_3330" id="ci_AlunoAvaliacao_902446_3330" value="74196289" type="hidden">
                <input name="nr_Nota_902446_3330" id="nr_Nota_902446_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1130" id="ci_AlunoAvaliacao_902446_1130" value="74196290" type="hidden">
                <input name="nr_Nota_902446_1130" id="nr_Nota_902446_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1140" id="ci_AlunoAvaliacao_902446_1140" value="74196291" type="hidden">
                <input name="nr_Nota_902446_1140" id="nr_Nota_902446_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1200" id="ci_AlunoAvaliacao_902446_1200" value="74196292" type="hidden">
                <input name="nr_Nota_902446_1200" id="nr_Nota_902446_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1620" id="ci_AlunoAvaliacao_902446_1620" value="74196293" type="hidden">
                <input name="nr_Nota_902446_1620" id="nr_Nota_902446_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902446_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902446_1730" id="ci_AlunoAvaliacao_902446_1730" value="74196294" type="hidden">
                <input name="nr_Nota_902446_1730" id="nr_Nota_902446_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903319&nbsp;KAROLINY BEZERRA ALBUQUERQUE
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="903319" type="hidden"></td>
            
            <td id="colunaNotaAluno_903319_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_154" id="ci_AlunoAvaliacao_903319_154" value="89418031" type="hidden">
                <input name="nr_Nota_903319_154" id="nr_Nota_903319_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_160" id="ci_AlunoAvaliacao_903319_160" value="91855210" type="hidden">
                <input name="nr_Nota_903319_160" id="nr_Nota_903319_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_530" id="ci_AlunoAvaliacao_903319_530" value="89910274" type="hidden">
                <input name="nr_Nota_903319_530" id="nr_Nota_903319_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_780" id="ci_AlunoAvaliacao_903319_780" value="89421075" type="hidden">
                <input name="nr_Nota_903319_780" id="nr_Nota_903319_780" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_800" id="ci_AlunoAvaliacao_903319_800" value="89156576" type="hidden">
                <input name="nr_Nota_903319_800" id="nr_Nota_903319_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_890" id="ci_AlunoAvaliacao_903319_890" value="88614476" type="hidden">
                <input name="nr_Nota_903319_890" id="nr_Nota_903319_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_970" id="ci_AlunoAvaliacao_903319_970" value="88613151" type="hidden">
                <input name="nr_Nota_903319_970" id="nr_Nota_903319_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_3330" id="ci_AlunoAvaliacao_903319_3330" value="89429936" type="hidden">
                <input name="nr_Nota_903319_3330" id="nr_Nota_903319_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1130" id="ci_AlunoAvaliacao_903319_1130" value="89423640" type="hidden">
                <input name="nr_Nota_903319_1130" id="nr_Nota_903319_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1140" id="ci_AlunoAvaliacao_903319_1140" value="89419203" type="hidden">
                <input name="nr_Nota_903319_1140" id="nr_Nota_903319_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1200" id="ci_AlunoAvaliacao_903319_1200" value="89158175" type="hidden">
                <input name="nr_Nota_903319_1200" id="nr_Nota_903319_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1620" id="ci_AlunoAvaliacao_903319_1620" value="89424847" type="hidden">
                <input name="nr_Nota_903319_1620" id="nr_Nota_903319_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903319_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903319_1730" id="ci_AlunoAvaliacao_903319_1730" value="89159231" type="hidden">
                <input name="nr_Nota_903319_1730" id="nr_Nota_903319_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1228705&nbsp;LAURISSON ALBERTHY DA SILVA BEZERRA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1228705" type="hidden"></td>
            
            <td id="colunaNotaAluno_1228705_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_154" id="ci_AlunoAvaliacao_1228705_154" value="89418032" type="hidden">
                <input name="nr_Nota_1228705_154" id="nr_Nota_1228705_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_160" id="ci_AlunoAvaliacao_1228705_160" value="91855211" type="hidden">
                <input name="nr_Nota_1228705_160" id="nr_Nota_1228705_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_530" id="ci_AlunoAvaliacao_1228705_530" value="89910275" type="hidden">
                <input name="nr_Nota_1228705_530" id="nr_Nota_1228705_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_780" id="ci_AlunoAvaliacao_1228705_780" value="89421076" type="hidden">
                <input name="nr_Nota_1228705_780" id="nr_Nota_1228705_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_800" id="ci_AlunoAvaliacao_1228705_800" value="89156577" type="hidden">
                <input name="nr_Nota_1228705_800" id="nr_Nota_1228705_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_890" id="ci_AlunoAvaliacao_1228705_890" value="88614477" type="hidden">
                <input name="nr_Nota_1228705_890" id="nr_Nota_1228705_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_970" id="ci_AlunoAvaliacao_1228705_970" value="88613152" type="hidden">
                <input name="nr_Nota_1228705_970" id="nr_Nota_1228705_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_3330" id="ci_AlunoAvaliacao_1228705_3330" value="89429937" type="hidden">
                <input name="nr_Nota_1228705_3330" id="nr_Nota_1228705_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1130" id="ci_AlunoAvaliacao_1228705_1130" value="89423641" type="hidden">
                <input name="nr_Nota_1228705_1130" id="nr_Nota_1228705_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1140" id="ci_AlunoAvaliacao_1228705_1140" value="89419204" type="hidden">
                <input name="nr_Nota_1228705_1140" id="nr_Nota_1228705_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1200" id="ci_AlunoAvaliacao_1228705_1200" value="89158176" type="hidden">
                <input name="nr_Nota_1228705_1200" id="nr_Nota_1228705_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1620" id="ci_AlunoAvaliacao_1228705_1620" value="89424848" type="hidden">
                <input name="nr_Nota_1228705_1620" id="nr_Nota_1228705_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1228705_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1228705_1730" id="ci_AlunoAvaliacao_1228705_1730" value="89159232" type="hidden">
                <input name="nr_Nota_1228705_1730" id="nr_Nota_1228705_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;922482&nbsp;LUCAS SILVA CASTRO
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="922482" type="hidden"></td>
            
            <td id="colunaNotaAluno_922482_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_154" id="ci_AlunoAvaliacao_922482_154" value="89418033" type="hidden">
                <input name="nr_Nota_922482_154" id="nr_Nota_922482_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_160" id="ci_AlunoAvaliacao_922482_160" value="91855212" type="hidden">
                <input name="nr_Nota_922482_160" id="nr_Nota_922482_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_530" id="ci_AlunoAvaliacao_922482_530" value="89910276" type="hidden">
                <input name="nr_Nota_922482_530" id="nr_Nota_922482_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_780" id="ci_AlunoAvaliacao_922482_780" value="89421077" type="hidden">
                <input name="nr_Nota_922482_780" id="nr_Nota_922482_780" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_800" id="ci_AlunoAvaliacao_922482_800" value="89156578" type="hidden">
                <input name="nr_Nota_922482_800" id="nr_Nota_922482_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_890" id="ci_AlunoAvaliacao_922482_890" value="88614478" type="hidden">
                <input name="nr_Nota_922482_890" id="nr_Nota_922482_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_970" id="ci_AlunoAvaliacao_922482_970" value="88613153" type="hidden">
                <input name="nr_Nota_922482_970" id="nr_Nota_922482_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_3330" id="ci_AlunoAvaliacao_922482_3330" value="89429938" type="hidden">
                <input name="nr_Nota_922482_3330" id="nr_Nota_922482_3330" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1130" id="ci_AlunoAvaliacao_922482_1130" value="89423642" type="hidden">
                <input name="nr_Nota_922482_1130" id="nr_Nota_922482_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1140" id="ci_AlunoAvaliacao_922482_1140" value="89419205" type="hidden">
                <input name="nr_Nota_922482_1140" id="nr_Nota_922482_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1200" id="ci_AlunoAvaliacao_922482_1200" value="89158177" type="hidden">
                <input name="nr_Nota_922482_1200" id="nr_Nota_922482_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1620" id="ci_AlunoAvaliacao_922482_1620" value="89424849" type="hidden">
                <input name="nr_Nota_922482_1620" id="nr_Nota_922482_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_922482_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_922482_1730" id="ci_AlunoAvaliacao_922482_1730" value="89159233" type="hidden">
                <input name="nr_Nota_922482_1730" id="nr_Nota_922482_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1461058&nbsp;LUIS DIEGO TEODORO MENDES
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="1461058" type="hidden"></td>
            
            <td id="colunaNotaAluno_1461058_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_154" id="ci_AlunoAvaliacao_1461058_154" value="89418034" type="hidden">
                <input name="nr_Nota_1461058_154" id="nr_Nota_1461058_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_160" id="ci_AlunoAvaliacao_1461058_160" value="91855213" type="hidden">
                <input name="nr_Nota_1461058_160" id="nr_Nota_1461058_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_530" id="ci_AlunoAvaliacao_1461058_530" value="89910277" type="hidden">
                <input name="nr_Nota_1461058_530" id="nr_Nota_1461058_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_780" id="ci_AlunoAvaliacao_1461058_780" value="89421078" type="hidden">
                <input name="nr_Nota_1461058_780" id="nr_Nota_1461058_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_800" id="ci_AlunoAvaliacao_1461058_800" value="89156579" type="hidden">
                <input name="nr_Nota_1461058_800" id="nr_Nota_1461058_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_890" id="ci_AlunoAvaliacao_1461058_890" value="88614479" type="hidden">
                <input name="nr_Nota_1461058_890" id="nr_Nota_1461058_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_970" id="ci_AlunoAvaliacao_1461058_970" value="88613154" type="hidden">
                <input name="nr_Nota_1461058_970" id="nr_Nota_1461058_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_3330" id="ci_AlunoAvaliacao_1461058_3330" value="89429939" type="hidden">
                <input name="nr_Nota_1461058_3330" id="nr_Nota_1461058_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1130" id="ci_AlunoAvaliacao_1461058_1130" value="89423643" type="hidden">
                <input name="nr_Nota_1461058_1130" id="nr_Nota_1461058_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1140" id="ci_AlunoAvaliacao_1461058_1140" value="89419206" type="hidden">
                <input name="nr_Nota_1461058_1140" id="nr_Nota_1461058_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1200" id="ci_AlunoAvaliacao_1461058_1200" value="89158178" type="hidden">
                <input name="nr_Nota_1461058_1200" id="nr_Nota_1461058_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1620" id="ci_AlunoAvaliacao_1461058_1620" value="89424850" type="hidden">
                <input name="nr_Nota_1461058_1620" id="nr_Nota_1461058_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1461058_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1461058_1730" id="ci_AlunoAvaliacao_1461058_1730" value="89159234" type="hidden">
                <input name="nr_Nota_1461058_1730" id="nr_Nota_1461058_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;580963&nbsp;LUIZ CARLOS BEZERRA DE OLIVEIRA JUNIOR
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="580963" type="hidden"></td>
            
            <td id="colunaNotaAluno_580963_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_154" id="ci_AlunoAvaliacao_580963_154" value="89418035" type="hidden">
                <input name="nr_Nota_580963_154" id="nr_Nota_580963_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_160" id="ci_AlunoAvaliacao_580963_160" value="91855214" type="hidden">
                <input name="nr_Nota_580963_160" id="nr_Nota_580963_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_530" id="ci_AlunoAvaliacao_580963_530" value="89910278" type="hidden">
                <input name="nr_Nota_580963_530" id="nr_Nota_580963_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_780" id="ci_AlunoAvaliacao_580963_780" value="89421079" type="hidden">
                <input name="nr_Nota_580963_780" id="nr_Nota_580963_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_800" id="ci_AlunoAvaliacao_580963_800" value="89156580" type="hidden">
                <input name="nr_Nota_580963_800" id="nr_Nota_580963_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_890" id="ci_AlunoAvaliacao_580963_890" value="88614480" type="hidden">
                <input name="nr_Nota_580963_890" id="nr_Nota_580963_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_970" id="ci_AlunoAvaliacao_580963_970" value="88613155" type="hidden">
                <input name="nr_Nota_580963_970" id="nr_Nota_580963_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_3330" id="ci_AlunoAvaliacao_580963_3330" value="89429940" type="hidden">
                <input name="nr_Nota_580963_3330" id="nr_Nota_580963_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1130" id="ci_AlunoAvaliacao_580963_1130" value="89423644" type="hidden">
                <input name="nr_Nota_580963_1130" id="nr_Nota_580963_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1140" id="ci_AlunoAvaliacao_580963_1140" value="89419207" type="hidden">
                <input name="nr_Nota_580963_1140" id="nr_Nota_580963_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1200" id="ci_AlunoAvaliacao_580963_1200" value="89158179" type="hidden">
                <input name="nr_Nota_580963_1200" id="nr_Nota_580963_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1620" id="ci_AlunoAvaliacao_580963_1620" value="89424851" type="hidden">
                <input name="nr_Nota_580963_1620" id="nr_Nota_580963_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_580963_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_580963_1730" id="ci_AlunoAvaliacao_580963_1730" value="89159235" type="hidden">
                <input name="nr_Nota_580963_1730" id="nr_Nota_580963_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196150&nbsp;MARCUS VINICIUS QUEIROZ CARVALHO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1196150" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196150_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_154" id="ci_AlunoAvaliacao_1196150_154" value="89418036" type="hidden">
                <input name="nr_Nota_1196150_154" id="nr_Nota_1196150_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_160" id="ci_AlunoAvaliacao_1196150_160" value="91855215" type="hidden">
                <input name="nr_Nota_1196150_160" id="nr_Nota_1196150_160" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_530" id="ci_AlunoAvaliacao_1196150_530" value="89910279" type="hidden">
                <input name="nr_Nota_1196150_530" id="nr_Nota_1196150_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_780" id="ci_AlunoAvaliacao_1196150_780" value="89421080" type="hidden">
                <input name="nr_Nota_1196150_780" id="nr_Nota_1196150_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_800" id="ci_AlunoAvaliacao_1196150_800" value="89156581" type="hidden">
                <input name="nr_Nota_1196150_800" id="nr_Nota_1196150_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_890" id="ci_AlunoAvaliacao_1196150_890" value="88614481" type="hidden">
                <input name="nr_Nota_1196150_890" id="nr_Nota_1196150_890" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_970" id="ci_AlunoAvaliacao_1196150_970" value="88613156" type="hidden">
                <input name="nr_Nota_1196150_970" id="nr_Nota_1196150_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_3330" id="ci_AlunoAvaliacao_1196150_3330" value="89429941" type="hidden">
                <input name="nr_Nota_1196150_3330" id="nr_Nota_1196150_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1130" id="ci_AlunoAvaliacao_1196150_1130" value="89423645" type="hidden">
                <input name="nr_Nota_1196150_1130" id="nr_Nota_1196150_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1140" id="ci_AlunoAvaliacao_1196150_1140" value="89419208" type="hidden">
                <input name="nr_Nota_1196150_1140" id="nr_Nota_1196150_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1200" id="ci_AlunoAvaliacao_1196150_1200" value="89158180" type="hidden">
                <input name="nr_Nota_1196150_1200" id="nr_Nota_1196150_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1620" id="ci_AlunoAvaliacao_1196150_1620" value="89424852" type="hidden">
                <input name="nr_Nota_1196150_1620" id="nr_Nota_1196150_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196150_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196150_1730" id="ci_AlunoAvaliacao_1196150_1730" value="89159236" type="hidden">
                <input name="nr_Nota_1196150_1730" id="nr_Nota_1196150_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1462855&nbsp;MARIANA MENDONCA COELHO
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1462855" type="hidden"></td>
            
            <td id="colunaNotaAluno_1462855_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_154" id="ci_AlunoAvaliacao_1462855_154" value="89418037" type="hidden">
                <input name="nr_Nota_1462855_154" id="nr_Nota_1462855_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_160" id="ci_AlunoAvaliacao_1462855_160" value="91855216" type="hidden">
                <input name="nr_Nota_1462855_160" id="nr_Nota_1462855_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_530" id="ci_AlunoAvaliacao_1462855_530" value="89910280" type="hidden">
                <input name="nr_Nota_1462855_530" id="nr_Nota_1462855_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_780" id="ci_AlunoAvaliacao_1462855_780" value="89421081" type="hidden">
                <input name="nr_Nota_1462855_780" id="nr_Nota_1462855_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_800" id="ci_AlunoAvaliacao_1462855_800" value="89156582" type="hidden">
                <input name="nr_Nota_1462855_800" id="nr_Nota_1462855_800" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_890" id="ci_AlunoAvaliacao_1462855_890" value="88614482" type="hidden">
                <input name="nr_Nota_1462855_890" id="nr_Nota_1462855_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_970" id="ci_AlunoAvaliacao_1462855_970" value="88613157" type="hidden">
                <input name="nr_Nota_1462855_970" id="nr_Nota_1462855_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_3330" id="ci_AlunoAvaliacao_1462855_3330" value="89429942" type="hidden">
                <input name="nr_Nota_1462855_3330" id="nr_Nota_1462855_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1130" id="ci_AlunoAvaliacao_1462855_1130" value="89423646" type="hidden">
                <input name="nr_Nota_1462855_1130" id="nr_Nota_1462855_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1140" id="ci_AlunoAvaliacao_1462855_1140" value="89419209" type="hidden">
                <input name="nr_Nota_1462855_1140" id="nr_Nota_1462855_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1200" id="ci_AlunoAvaliacao_1462855_1200" value="89158181" type="hidden">
                <input name="nr_Nota_1462855_1200" id="nr_Nota_1462855_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1620" id="ci_AlunoAvaliacao_1462855_1620" value="89424853" type="hidden">
                <input name="nr_Nota_1462855_1620" id="nr_Nota_1462855_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1462855_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1462855_1730" id="ci_AlunoAvaliacao_1462855_1730" value="89159237" type="hidden">
                <input name="nr_Nota_1462855_1730" id="nr_Nota_1462855_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1191365&nbsp;MARIO MARCOS DE OLIVEIRA FILHO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1191365" type="hidden"></td>
            
            <td id="colunaNotaAluno_1191365_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_154" id="ci_AlunoAvaliacao_1191365_154" value="89418039" type="hidden">
                <input name="nr_Nota_1191365_154" id="nr_Nota_1191365_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_160" id="ci_AlunoAvaliacao_1191365_160" value="91855218" type="hidden">
                <input name="nr_Nota_1191365_160" id="nr_Nota_1191365_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_530" id="ci_AlunoAvaliacao_1191365_530" value="89910282" type="hidden">
                <input name="nr_Nota_1191365_530" id="nr_Nota_1191365_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_780" id="ci_AlunoAvaliacao_1191365_780" value="89421083" type="hidden">
                <input name="nr_Nota_1191365_780" id="nr_Nota_1191365_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_800" id="ci_AlunoAvaliacao_1191365_800" value="89156584" type="hidden">
                <input name="nr_Nota_1191365_800" id="nr_Nota_1191365_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_890" id="ci_AlunoAvaliacao_1191365_890" value="88614484" type="hidden">
                <input name="nr_Nota_1191365_890" id="nr_Nota_1191365_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_970" id="ci_AlunoAvaliacao_1191365_970" value="88613159" type="hidden">
                <input name="nr_Nota_1191365_970" id="nr_Nota_1191365_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_3330" id="ci_AlunoAvaliacao_1191365_3330" value="89429944" type="hidden">
                <input name="nr_Nota_1191365_3330" id="nr_Nota_1191365_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1130" id="ci_AlunoAvaliacao_1191365_1130" value="89423648" type="hidden">
                <input name="nr_Nota_1191365_1130" id="nr_Nota_1191365_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1140" id="ci_AlunoAvaliacao_1191365_1140" value="89419211" type="hidden">
                <input name="nr_Nota_1191365_1140" id="nr_Nota_1191365_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1200" id="ci_AlunoAvaliacao_1191365_1200" value="89158183" type="hidden">
                <input name="nr_Nota_1191365_1200" id="nr_Nota_1191365_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1620" id="ci_AlunoAvaliacao_1191365_1620" value="89424855" type="hidden">
                <input name="nr_Nota_1191365_1620" id="nr_Nota_1191365_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1191365_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1191365_1730" id="ci_AlunoAvaliacao_1191365_1730" value="89159239" type="hidden">
                <input name="nr_Nota_1191365_1730" id="nr_Nota_1191365_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;872624&nbsp;PATRICIA COSTA AGUIAR
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="872624" type="hidden"></td>
            
            <td id="colunaNotaAluno_872624_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_154" id="ci_AlunoAvaliacao_872624_154" value="89418040" type="hidden">
                <input name="nr_Nota_872624_154" id="nr_Nota_872624_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_160" id="ci_AlunoAvaliacao_872624_160" value="91855219" type="hidden">
                <input name="nr_Nota_872624_160" id="nr_Nota_872624_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_530" id="ci_AlunoAvaliacao_872624_530" value="89910283" type="hidden">
                <input name="nr_Nota_872624_530" id="nr_Nota_872624_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_780" id="ci_AlunoAvaliacao_872624_780" value="89421084" type="hidden">
                <input name="nr_Nota_872624_780" id="nr_Nota_872624_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_800" id="ci_AlunoAvaliacao_872624_800" value="89156585" type="hidden">
                <input name="nr_Nota_872624_800" id="nr_Nota_872624_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_890" id="ci_AlunoAvaliacao_872624_890" value="88614485" type="hidden">
                <input name="nr_Nota_872624_890" id="nr_Nota_872624_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_970" id="ci_AlunoAvaliacao_872624_970" value="88613160" type="hidden">
                <input name="nr_Nota_872624_970" id="nr_Nota_872624_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_3330" id="ci_AlunoAvaliacao_872624_3330" value="89429945" type="hidden">
                <input name="nr_Nota_872624_3330" id="nr_Nota_872624_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1130" id="ci_AlunoAvaliacao_872624_1130" value="89423649" type="hidden">
                <input name="nr_Nota_872624_1130" id="nr_Nota_872624_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1140" id="ci_AlunoAvaliacao_872624_1140" value="89419212" type="hidden">
                <input name="nr_Nota_872624_1140" id="nr_Nota_872624_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1200" id="ci_AlunoAvaliacao_872624_1200" value="89158184" type="hidden">
                <input name="nr_Nota_872624_1200" id="nr_Nota_872624_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1620" id="ci_AlunoAvaliacao_872624_1620" value="89424856" type="hidden">
                <input name="nr_Nota_872624_1620" id="nr_Nota_872624_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_872624_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_872624_1730" id="ci_AlunoAvaliacao_872624_1730" value="89159240" type="hidden">
                <input name="nr_Nota_872624_1730" id="nr_Nota_872624_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;238691&nbsp;PATRICIA FRUTUOSO DE ALMEIDA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="238691" type="hidden"></td>
            
            <td id="colunaNotaAluno_238691_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_154" id="ci_AlunoAvaliacao_238691_154" value="89418041" type="hidden">
                <input name="nr_Nota_238691_154" id="nr_Nota_238691_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_160" id="ci_AlunoAvaliacao_238691_160" value="91855220" type="hidden">
                <input name="nr_Nota_238691_160" id="nr_Nota_238691_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_530" id="ci_AlunoAvaliacao_238691_530" value="89910284" type="hidden">
                <input name="nr_Nota_238691_530" id="nr_Nota_238691_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_780" id="ci_AlunoAvaliacao_238691_780" value="89421085" type="hidden">
                <input name="nr_Nota_238691_780" id="nr_Nota_238691_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_800" id="ci_AlunoAvaliacao_238691_800" value="89156586" type="hidden">
                <input name="nr_Nota_238691_800" id="nr_Nota_238691_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_890" id="ci_AlunoAvaliacao_238691_890" value="88614486" type="hidden">
                <input name="nr_Nota_238691_890" id="nr_Nota_238691_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_970" id="ci_AlunoAvaliacao_238691_970" value="88613161" type="hidden">
                <input name="nr_Nota_238691_970" id="nr_Nota_238691_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_3330" id="ci_AlunoAvaliacao_238691_3330" value="89429946" type="hidden">
                <input name="nr_Nota_238691_3330" id="nr_Nota_238691_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1130" id="ci_AlunoAvaliacao_238691_1130" value="89423650" type="hidden">
                <input name="nr_Nota_238691_1130" id="nr_Nota_238691_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1140" id="ci_AlunoAvaliacao_238691_1140" value="89419213" type="hidden">
                <input name="nr_Nota_238691_1140" id="nr_Nota_238691_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1200" id="ci_AlunoAvaliacao_238691_1200" value="89158185" type="hidden">
                <input name="nr_Nota_238691_1200" id="nr_Nota_238691_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1620" id="ci_AlunoAvaliacao_238691_1620" value="89424857" type="hidden">
                <input name="nr_Nota_238691_1620" id="nr_Nota_238691_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_238691_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_238691_1730" id="ci_AlunoAvaliacao_238691_1730" value="89159241" type="hidden">
                <input name="nr_Nota_238691_1730" id="nr_Nota_238691_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2401440&nbsp;PAULO CESAR HOLANDA FILHO
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="2401440" type="hidden"></td>
            
            <td id="colunaNotaAluno_2401440_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_154" id="ci_AlunoAvaliacao_2401440_154" value="89418042" type="hidden">
                <input name="nr_Nota_2401440_154" id="nr_Nota_2401440_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_160" id="ci_AlunoAvaliacao_2401440_160" value="91855221" type="hidden">
                <input name="nr_Nota_2401440_160" id="nr_Nota_2401440_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_530" id="ci_AlunoAvaliacao_2401440_530" value="89910285" type="hidden">
                <input name="nr_Nota_2401440_530" id="nr_Nota_2401440_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_780" id="ci_AlunoAvaliacao_2401440_780" value="89421086" type="hidden">
                <input name="nr_Nota_2401440_780" id="nr_Nota_2401440_780" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_800" id="ci_AlunoAvaliacao_2401440_800" value="89156587" type="hidden">
                <input name="nr_Nota_2401440_800" id="nr_Nota_2401440_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_890" id="ci_AlunoAvaliacao_2401440_890" value="88614487" type="hidden">
                <input name="nr_Nota_2401440_890" id="nr_Nota_2401440_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_970" id="ci_AlunoAvaliacao_2401440_970" value="88613162" type="hidden">
                <input name="nr_Nota_2401440_970" id="nr_Nota_2401440_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_3330" id="ci_AlunoAvaliacao_2401440_3330" value="89429947" type="hidden">
                <input name="nr_Nota_2401440_3330" id="nr_Nota_2401440_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1130" id="ci_AlunoAvaliacao_2401440_1130" value="89423651" type="hidden">
                <input name="nr_Nota_2401440_1130" id="nr_Nota_2401440_1130" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1140" id="ci_AlunoAvaliacao_2401440_1140" value="89419214" type="hidden">
                <input name="nr_Nota_2401440_1140" id="nr_Nota_2401440_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1200" id="ci_AlunoAvaliacao_2401440_1200" value="89158186" type="hidden">
                <input name="nr_Nota_2401440_1200" id="nr_Nota_2401440_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1620" id="ci_AlunoAvaliacao_2401440_1620" value="89424858" type="hidden">
                <input name="nr_Nota_2401440_1620" id="nr_Nota_2401440_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2401440_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2401440_1730" id="ci_AlunoAvaliacao_2401440_1730" value="89159242" type="hidden">
                <input name="nr_Nota_2401440_1730" id="nr_Nota_2401440_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;89614&nbsp;RAFAELA FERREIRA GOMES
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="89614" type="hidden"></td>
            
            <td id="colunaNotaAluno_89614_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_154" id="ci_AlunoAvaliacao_89614_154" value="89418043" type="hidden">
                <input name="nr_Nota_89614_154" id="nr_Nota_89614_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_160" id="ci_AlunoAvaliacao_89614_160" value="91855222" type="hidden">
                <input name="nr_Nota_89614_160" id="nr_Nota_89614_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_530" id="ci_AlunoAvaliacao_89614_530" value="89910286" type="hidden">
                <input name="nr_Nota_89614_530" id="nr_Nota_89614_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_780" id="ci_AlunoAvaliacao_89614_780" value="89421087" type="hidden">
                <input name="nr_Nota_89614_780" id="nr_Nota_89614_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_800" id="ci_AlunoAvaliacao_89614_800" value="89156588" type="hidden">
                <input name="nr_Nota_89614_800" id="nr_Nota_89614_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_890" id="ci_AlunoAvaliacao_89614_890" value="88614488" type="hidden">
                <input name="nr_Nota_89614_890" id="nr_Nota_89614_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_970" id="ci_AlunoAvaliacao_89614_970" value="88613163" type="hidden">
                <input name="nr_Nota_89614_970" id="nr_Nota_89614_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_3330" id="ci_AlunoAvaliacao_89614_3330" value="89429948" type="hidden">
                <input name="nr_Nota_89614_3330" id="nr_Nota_89614_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1130" id="ci_AlunoAvaliacao_89614_1130" value="89423652" type="hidden">
                <input name="nr_Nota_89614_1130" id="nr_Nota_89614_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1140" id="ci_AlunoAvaliacao_89614_1140" value="89419215" type="hidden">
                <input name="nr_Nota_89614_1140" id="nr_Nota_89614_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1200" id="ci_AlunoAvaliacao_89614_1200" value="89158187" type="hidden">
                <input name="nr_Nota_89614_1200" id="nr_Nota_89614_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1620" id="ci_AlunoAvaliacao_89614_1620" value="89424859" type="hidden">
                <input name="nr_Nota_89614_1620" id="nr_Nota_89614_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89614_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89614_1730" id="ci_AlunoAvaliacao_89614_1730" value="89159243" type="hidden">
                <input name="nr_Nota_89614_1730" id="nr_Nota_89614_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1196274&nbsp;REBECA ARAUJO DOS SANTOS OLIVEIRA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1196274" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196274_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_154" id="ci_AlunoAvaliacao_1196274_154" value="89418044" type="hidden">
                <input name="nr_Nota_1196274_154" id="nr_Nota_1196274_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_160" id="ci_AlunoAvaliacao_1196274_160" value="91855223" type="hidden">
                <input name="nr_Nota_1196274_160" id="nr_Nota_1196274_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_530" id="ci_AlunoAvaliacao_1196274_530" value="89910287" type="hidden">
                <input name="nr_Nota_1196274_530" id="nr_Nota_1196274_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_780" id="ci_AlunoAvaliacao_1196274_780" value="89421088" type="hidden">
                <input name="nr_Nota_1196274_780" id="nr_Nota_1196274_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_800" id="ci_AlunoAvaliacao_1196274_800" value="89156589" type="hidden">
                <input name="nr_Nota_1196274_800" id="nr_Nota_1196274_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_890" id="ci_AlunoAvaliacao_1196274_890" value="88614489" type="hidden">
                <input name="nr_Nota_1196274_890" id="nr_Nota_1196274_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_970" id="ci_AlunoAvaliacao_1196274_970" value="88613164" type="hidden">
                <input name="nr_Nota_1196274_970" id="nr_Nota_1196274_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_3330" id="ci_AlunoAvaliacao_1196274_3330" value="89429949" type="hidden">
                <input name="nr_Nota_1196274_3330" id="nr_Nota_1196274_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1130" id="ci_AlunoAvaliacao_1196274_1130" value="89423653" type="hidden">
                <input name="nr_Nota_1196274_1130" id="nr_Nota_1196274_1130" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1140" id="ci_AlunoAvaliacao_1196274_1140" value="89419216" type="hidden">
                <input name="nr_Nota_1196274_1140" id="nr_Nota_1196274_1140" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1200" id="ci_AlunoAvaliacao_1196274_1200" value="89158188" type="hidden">
                <input name="nr_Nota_1196274_1200" id="nr_Nota_1196274_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1620" id="ci_AlunoAvaliacao_1196274_1620" value="89424860" type="hidden">
                <input name="nr_Nota_1196274_1620" id="nr_Nota_1196274_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196274_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196274_1730" id="ci_AlunoAvaliacao_1196274_1730" value="89159244" type="hidden">
                <input name="nr_Nota_1196274_1730" id="nr_Nota_1196274_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202266&nbsp;RENATO LIMA MARQUES
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1202266" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202266_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_154" id="ci_AlunoAvaliacao_1202266_154" value="89418045" type="hidden">
                <input name="nr_Nota_1202266_154" id="nr_Nota_1202266_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_160" id="ci_AlunoAvaliacao_1202266_160" value="91855224" type="hidden">
                <input name="nr_Nota_1202266_160" id="nr_Nota_1202266_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_530" id="ci_AlunoAvaliacao_1202266_530" value="89910288" type="hidden">
                <input name="nr_Nota_1202266_530" id="nr_Nota_1202266_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_780" id="ci_AlunoAvaliacao_1202266_780" value="89421089" type="hidden">
                <input name="nr_Nota_1202266_780" id="nr_Nota_1202266_780" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_800" id="ci_AlunoAvaliacao_1202266_800" value="89156590" type="hidden">
                <input name="nr_Nota_1202266_800" id="nr_Nota_1202266_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_890" id="ci_AlunoAvaliacao_1202266_890" value="88614490" type="hidden">
                <input name="nr_Nota_1202266_890" id="nr_Nota_1202266_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_970" id="ci_AlunoAvaliacao_1202266_970" value="88613165" type="hidden">
                <input name="nr_Nota_1202266_970" id="nr_Nota_1202266_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_3330" id="ci_AlunoAvaliacao_1202266_3330" value="89429950" type="hidden">
                <input name="nr_Nota_1202266_3330" id="nr_Nota_1202266_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1130" id="ci_AlunoAvaliacao_1202266_1130" value="89423654" type="hidden">
                <input name="nr_Nota_1202266_1130" id="nr_Nota_1202266_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1140" id="ci_AlunoAvaliacao_1202266_1140" value="89419217" type="hidden">
                <input name="nr_Nota_1202266_1140" id="nr_Nota_1202266_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1200" id="ci_AlunoAvaliacao_1202266_1200" value="89158189" type="hidden">
                <input name="nr_Nota_1202266_1200" id="nr_Nota_1202266_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1620" id="ci_AlunoAvaliacao_1202266_1620" value="89424861" type="hidden">
                <input name="nr_Nota_1202266_1620" id="nr_Nota_1202266_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202266_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202266_1730" id="ci_AlunoAvaliacao_1202266_1730" value="89159245" type="hidden">
                <input name="nr_Nota_1202266_1730" id="nr_Nota_1202266_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;954363&nbsp;RICARDO LIMA DE FREITAS FILHO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="954363" type="hidden"></td>
            
            <td id="colunaNotaAluno_954363_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_154" id="ci_AlunoAvaliacao_954363_154" value="89418046" type="hidden">
                <input name="nr_Nota_954363_154" id="nr_Nota_954363_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_160" id="ci_AlunoAvaliacao_954363_160" value="91855225" type="hidden">
                <input name="nr_Nota_954363_160" id="nr_Nota_954363_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_530" id="ci_AlunoAvaliacao_954363_530" value="89910289" type="hidden">
                <input name="nr_Nota_954363_530" id="nr_Nota_954363_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_780" id="ci_AlunoAvaliacao_954363_780" value="89421090" type="hidden">
                <input name="nr_Nota_954363_780" id="nr_Nota_954363_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_800" id="ci_AlunoAvaliacao_954363_800" value="89156591" type="hidden">
                <input name="nr_Nota_954363_800" id="nr_Nota_954363_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_890" id="ci_AlunoAvaliacao_954363_890" value="88614491" type="hidden">
                <input name="nr_Nota_954363_890" id="nr_Nota_954363_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_970" id="ci_AlunoAvaliacao_954363_970" value="88613166" type="hidden">
                <input name="nr_Nota_954363_970" id="nr_Nota_954363_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_3330" id="ci_AlunoAvaliacao_954363_3330" value="89429951" type="hidden">
                <input name="nr_Nota_954363_3330" id="nr_Nota_954363_3330" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1130" id="ci_AlunoAvaliacao_954363_1130" value="89423655" type="hidden">
                <input name="nr_Nota_954363_1130" id="nr_Nota_954363_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1140" id="ci_AlunoAvaliacao_954363_1140" value="89419218" type="hidden">
                <input name="nr_Nota_954363_1140" id="nr_Nota_954363_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1200" id="ci_AlunoAvaliacao_954363_1200" value="89158190" type="hidden">
                <input name="nr_Nota_954363_1200" id="nr_Nota_954363_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1620" id="ci_AlunoAvaliacao_954363_1620" value="89424862" type="hidden">
                <input name="nr_Nota_954363_1620" id="nr_Nota_954363_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_954363_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_954363_1730" id="ci_AlunoAvaliacao_954363_1730" value="89159246" type="hidden">
                <input name="nr_Nota_954363_1730" id="nr_Nota_954363_1730" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198044&nbsp;SAMAYARA ARAUJO RIBEIRO
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1198044" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198044_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_154" id="ci_AlunoAvaliacao_1198044_154" value="89418047" type="hidden">
                <input name="nr_Nota_1198044_154" id="nr_Nota_1198044_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_160" id="ci_AlunoAvaliacao_1198044_160" value="91855226" type="hidden">
                <input name="nr_Nota_1198044_160" id="nr_Nota_1198044_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_530" id="ci_AlunoAvaliacao_1198044_530" value="89910290" type="hidden">
                <input name="nr_Nota_1198044_530" id="nr_Nota_1198044_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_780" id="ci_AlunoAvaliacao_1198044_780" value="89421091" type="hidden">
                <input name="nr_Nota_1198044_780" id="nr_Nota_1198044_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_800" id="ci_AlunoAvaliacao_1198044_800" value="89156592" type="hidden">
                <input name="nr_Nota_1198044_800" id="nr_Nota_1198044_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_890" id="ci_AlunoAvaliacao_1198044_890" value="88614492" type="hidden">
                <input name="nr_Nota_1198044_890" id="nr_Nota_1198044_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_970" id="ci_AlunoAvaliacao_1198044_970" value="88613167" type="hidden">
                <input name="nr_Nota_1198044_970" id="nr_Nota_1198044_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_3330" id="ci_AlunoAvaliacao_1198044_3330" value="89429952" type="hidden">
                <input name="nr_Nota_1198044_3330" id="nr_Nota_1198044_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1130" id="ci_AlunoAvaliacao_1198044_1130" value="89423656" type="hidden">
                <input name="nr_Nota_1198044_1130" id="nr_Nota_1198044_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1140" id="ci_AlunoAvaliacao_1198044_1140" value="89419219" type="hidden">
                <input name="nr_Nota_1198044_1140" id="nr_Nota_1198044_1140" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1200" id="ci_AlunoAvaliacao_1198044_1200" value="89158191" type="hidden">
                <input name="nr_Nota_1198044_1200" id="nr_Nota_1198044_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1620" id="ci_AlunoAvaliacao_1198044_1620" value="89424863" type="hidden">
                <input name="nr_Nota_1198044_1620" id="nr_Nota_1198044_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198044_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198044_1730" id="ci_AlunoAvaliacao_1198044_1730" value="89159247" type="hidden">
                <input name="nr_Nota_1198044_1730" id="nr_Nota_1198044_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;29111&nbsp;SAMIA CARLA RIBEIRO SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="29111" type="hidden"></td>
            
            <td id="colunaNotaAluno_29111_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_154" id="ci_AlunoAvaliacao_29111_154" value="89418048" type="hidden">
                <input name="nr_Nota_29111_154" id="nr_Nota_29111_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_160" id="ci_AlunoAvaliacao_29111_160" value="91855227" type="hidden">
                <input name="nr_Nota_29111_160" id="nr_Nota_29111_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_530" id="ci_AlunoAvaliacao_29111_530" value="89910291" type="hidden">
                <input name="nr_Nota_29111_530" id="nr_Nota_29111_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_780" id="ci_AlunoAvaliacao_29111_780" value="89421092" type="hidden">
                <input name="nr_Nota_29111_780" id="nr_Nota_29111_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_800" id="ci_AlunoAvaliacao_29111_800" value="89156593" type="hidden">
                <input name="nr_Nota_29111_800" id="nr_Nota_29111_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_890" id="ci_AlunoAvaliacao_29111_890" value="88614493" type="hidden">
                <input name="nr_Nota_29111_890" id="nr_Nota_29111_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_970" id="ci_AlunoAvaliacao_29111_970" value="88613168" type="hidden">
                <input name="nr_Nota_29111_970" id="nr_Nota_29111_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_3330" id="ci_AlunoAvaliacao_29111_3330" value="89429953" type="hidden">
                <input name="nr_Nota_29111_3330" id="nr_Nota_29111_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1130" id="ci_AlunoAvaliacao_29111_1130" value="89423657" type="hidden">
                <input name="nr_Nota_29111_1130" id="nr_Nota_29111_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1140" id="ci_AlunoAvaliacao_29111_1140" value="89419220" type="hidden">
                <input name="nr_Nota_29111_1140" id="nr_Nota_29111_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1200" id="ci_AlunoAvaliacao_29111_1200" value="89158192" type="hidden">
                <input name="nr_Nota_29111_1200" id="nr_Nota_29111_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1620" id="ci_AlunoAvaliacao_29111_1620" value="89424864" type="hidden">
                <input name="nr_Nota_29111_1620" id="nr_Nota_29111_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29111_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29111_1730" id="ci_AlunoAvaliacao_29111_1730" value="89159248" type="hidden">
                <input name="nr_Nota_29111_1730" id="nr_Nota_29111_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197752&nbsp;SARA RAQUEL MARCOS DE SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1197752" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197752_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_154" id="ci_AlunoAvaliacao_1197752_154" value="89418049" type="hidden">
                <input name="nr_Nota_1197752_154" id="nr_Nota_1197752_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_160" id="ci_AlunoAvaliacao_1197752_160" value="91855228" type="hidden">
                <input name="nr_Nota_1197752_160" id="nr_Nota_1197752_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_530" id="ci_AlunoAvaliacao_1197752_530" value="89910292" type="hidden">
                <input name="nr_Nota_1197752_530" id="nr_Nota_1197752_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_780" id="ci_AlunoAvaliacao_1197752_780" value="89421093" type="hidden">
                <input name="nr_Nota_1197752_780" id="nr_Nota_1197752_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_800" id="ci_AlunoAvaliacao_1197752_800" value="89156594" type="hidden">
                <input name="nr_Nota_1197752_800" id="nr_Nota_1197752_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_890" id="ci_AlunoAvaliacao_1197752_890" value="88614494" type="hidden">
                <input name="nr_Nota_1197752_890" id="nr_Nota_1197752_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_970" id="ci_AlunoAvaliacao_1197752_970" value="88613169" type="hidden">
                <input name="nr_Nota_1197752_970" id="nr_Nota_1197752_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_3330" id="ci_AlunoAvaliacao_1197752_3330" value="89429954" type="hidden">
                <input name="nr_Nota_1197752_3330" id="nr_Nota_1197752_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1130" id="ci_AlunoAvaliacao_1197752_1130" value="89423658" type="hidden">
                <input name="nr_Nota_1197752_1130" id="nr_Nota_1197752_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1140" id="ci_AlunoAvaliacao_1197752_1140" value="89419221" type="hidden">
                <input name="nr_Nota_1197752_1140" id="nr_Nota_1197752_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1200" id="ci_AlunoAvaliacao_1197752_1200" value="89158193" type="hidden">
                <input name="nr_Nota_1197752_1200" id="nr_Nota_1197752_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1620" id="ci_AlunoAvaliacao_1197752_1620" value="89424865" type="hidden">
                <input name="nr_Nota_1197752_1620" id="nr_Nota_1197752_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197752_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197752_1730" id="ci_AlunoAvaliacao_1197752_1730" value="89159249" type="hidden">
                <input name="nr_Nota_1197752_1730" id="nr_Nota_1197752_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1519332&nbsp;TAISLANA ALENCAR DO NASCIMENTO
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1519332" type="hidden"></td>
            
            <td id="colunaNotaAluno_1519332_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_154" id="ci_AlunoAvaliacao_1519332_154" value="89418050" type="hidden">
                <input name="nr_Nota_1519332_154" id="nr_Nota_1519332_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_160" id="ci_AlunoAvaliacao_1519332_160" value="91855229" type="hidden">
                <input name="nr_Nota_1519332_160" id="nr_Nota_1519332_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_530" id="ci_AlunoAvaliacao_1519332_530" value="89910293" type="hidden">
                <input name="nr_Nota_1519332_530" id="nr_Nota_1519332_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_780" id="ci_AlunoAvaliacao_1519332_780" value="89421094" type="hidden">
                <input name="nr_Nota_1519332_780" id="nr_Nota_1519332_780" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_800" id="ci_AlunoAvaliacao_1519332_800" value="89156595" type="hidden">
                <input name="nr_Nota_1519332_800" id="nr_Nota_1519332_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_890" id="ci_AlunoAvaliacao_1519332_890" value="88614495" type="hidden">
                <input name="nr_Nota_1519332_890" id="nr_Nota_1519332_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_970" id="ci_AlunoAvaliacao_1519332_970" value="88613170" type="hidden">
                <input name="nr_Nota_1519332_970" id="nr_Nota_1519332_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_3330" id="ci_AlunoAvaliacao_1519332_3330" value="89429955" type="hidden">
                <input name="nr_Nota_1519332_3330" id="nr_Nota_1519332_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1130" id="ci_AlunoAvaliacao_1519332_1130" value="89423659" type="hidden">
                <input name="nr_Nota_1519332_1130" id="nr_Nota_1519332_1130" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1140" id="ci_AlunoAvaliacao_1519332_1140" value="89419222" type="hidden">
                <input name="nr_Nota_1519332_1140" id="nr_Nota_1519332_1140" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1200" id="ci_AlunoAvaliacao_1519332_1200" value="89158194" type="hidden">
                <input name="nr_Nota_1519332_1200" id="nr_Nota_1519332_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1620" id="ci_AlunoAvaliacao_1519332_1620" value="89424866" type="hidden">
                <input name="nr_Nota_1519332_1620" id="nr_Nota_1519332_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1519332_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1519332_1730" id="ci_AlunoAvaliacao_1519332_1730" value="89159250" type="hidden">
                <input name="nr_Nota_1519332_1730" id="nr_Nota_1519332_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201562&nbsp;TERCIA CRISTINA BANDEIRA DE OLIVEIRA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1201562" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201562_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_154" id="ci_AlunoAvaliacao_1201562_154" value="89418051" type="hidden">
                <input name="nr_Nota_1201562_154" id="nr_Nota_1201562_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_160" id="ci_AlunoAvaliacao_1201562_160" value="91855230" type="hidden">
                <input name="nr_Nota_1201562_160" id="nr_Nota_1201562_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_530" id="ci_AlunoAvaliacao_1201562_530" value="89910294" type="hidden">
                <input name="nr_Nota_1201562_530" id="nr_Nota_1201562_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_780" id="ci_AlunoAvaliacao_1201562_780" value="89421095" type="hidden">
                <input name="nr_Nota_1201562_780" id="nr_Nota_1201562_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_800" id="ci_AlunoAvaliacao_1201562_800" value="89156596" type="hidden">
                <input name="nr_Nota_1201562_800" id="nr_Nota_1201562_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_890" id="ci_AlunoAvaliacao_1201562_890" value="88614496" type="hidden">
                <input name="nr_Nota_1201562_890" id="nr_Nota_1201562_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_970" id="ci_AlunoAvaliacao_1201562_970" value="88613171" type="hidden">
                <input name="nr_Nota_1201562_970" id="nr_Nota_1201562_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_3330" id="ci_AlunoAvaliacao_1201562_3330" value="89429956" type="hidden">
                <input name="nr_Nota_1201562_3330" id="nr_Nota_1201562_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1130" id="ci_AlunoAvaliacao_1201562_1130" value="89423660" type="hidden">
                <input name="nr_Nota_1201562_1130" id="nr_Nota_1201562_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1140" id="ci_AlunoAvaliacao_1201562_1140" value="89419223" type="hidden">
                <input name="nr_Nota_1201562_1140" id="nr_Nota_1201562_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1200" id="ci_AlunoAvaliacao_1201562_1200" value="89158195" type="hidden">
                <input name="nr_Nota_1201562_1200" id="nr_Nota_1201562_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1620" id="ci_AlunoAvaliacao_1201562_1620" value="89424867" type="hidden">
                <input name="nr_Nota_1201562_1620" id="nr_Nota_1201562_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201562_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201562_1730" id="ci_AlunoAvaliacao_1201562_1730" value="89159251" type="hidden">
                <input name="nr_Nota_1201562_1730" id="nr_Nota_1201562_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;901393&nbsp;THARCYSIO SARAIVA RODRIGUES NETO
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="901393" type="hidden"></td>
            
            <td id="colunaNotaAluno_901393_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_154" id="ci_AlunoAvaliacao_901393_154" value="89418052" type="hidden">
                <input name="nr_Nota_901393_154" id="nr_Nota_901393_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_160" id="ci_AlunoAvaliacao_901393_160" value="91855231" type="hidden">
                <input name="nr_Nota_901393_160" id="nr_Nota_901393_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_530" id="ci_AlunoAvaliacao_901393_530" value="89910295" type="hidden">
                <input name="nr_Nota_901393_530" id="nr_Nota_901393_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_780" id="ci_AlunoAvaliacao_901393_780" value="89421096" type="hidden">
                <input name="nr_Nota_901393_780" id="nr_Nota_901393_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_800" id="ci_AlunoAvaliacao_901393_800" value="89156597" type="hidden">
                <input name="nr_Nota_901393_800" id="nr_Nota_901393_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_890" id="ci_AlunoAvaliacao_901393_890" value="88614497" type="hidden">
                <input name="nr_Nota_901393_890" id="nr_Nota_901393_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_970" id="ci_AlunoAvaliacao_901393_970" value="88613172" type="hidden">
                <input name="nr_Nota_901393_970" id="nr_Nota_901393_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_3330" id="ci_AlunoAvaliacao_901393_3330" value="89429957" type="hidden">
                <input name="nr_Nota_901393_3330" id="nr_Nota_901393_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1130" id="ci_AlunoAvaliacao_901393_1130" value="89423661" type="hidden">
                <input name="nr_Nota_901393_1130" id="nr_Nota_901393_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1140" id="ci_AlunoAvaliacao_901393_1140" value="89419224" type="hidden">
                <input name="nr_Nota_901393_1140" id="nr_Nota_901393_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1200" id="ci_AlunoAvaliacao_901393_1200" value="89158196" type="hidden">
                <input name="nr_Nota_901393_1200" id="nr_Nota_901393_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1620" id="ci_AlunoAvaliacao_901393_1620" value="89424868" type="hidden">
                <input name="nr_Nota_901393_1620" id="nr_Nota_901393_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901393_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901393_1730" id="ci_AlunoAvaliacao_901393_1730" value="89159252" type="hidden">
                <input name="nr_Nota_901393_1730" id="nr_Nota_901393_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202254&nbsp;FATIMA TAMIRIS POSSIDONIO CAVALCANTE
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1202254" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202254_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_154" id="ci_AlunoAvaliacao_1202254_154" value="89745487" type="hidden">
                <input name="nr_Nota_1202254_154" id="nr_Nota_1202254_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_160" id="ci_AlunoAvaliacao_1202254_160" value="89294510" type="hidden">
                <input name="nr_Nota_1202254_160" id="nr_Nota_1202254_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_530" id="ci_AlunoAvaliacao_1202254_530" value="89916109" type="hidden">
                <input name="nr_Nota_1202254_530" id="nr_Nota_1202254_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_780" id="ci_AlunoAvaliacao_1202254_780" value="88756761" type="hidden">
                <input name="nr_Nota_1202254_780" id="nr_Nota_1202254_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_800" id="ci_AlunoAvaliacao_1202254_800" value="89935643" type="hidden">
                <input name="nr_Nota_1202254_800" id="nr_Nota_1202254_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_890" id="ci_AlunoAvaliacao_1202254_890" value="88762927" type="hidden">
                <input name="nr_Nota_1202254_890" id="nr_Nota_1202254_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_970" id="ci_AlunoAvaliacao_1202254_970" value="88758567" type="hidden">
                <input name="nr_Nota_1202254_970" id="nr_Nota_1202254_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_3330" id="ci_AlunoAvaliacao_1202254_3330" value="89742679" type="hidden">
                <input name="nr_Nota_1202254_3330" id="nr_Nota_1202254_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1130" id="ci_AlunoAvaliacao_1202254_1130" value="89747810" type="hidden">
                <input name="nr_Nota_1202254_1130" id="nr_Nota_1202254_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1140" id="ci_AlunoAvaliacao_1202254_1140" value="89743856" type="hidden">
                <input name="nr_Nota_1202254_1140" id="nr_Nota_1202254_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1200" id="ci_AlunoAvaliacao_1202254_1200" value="89741081" type="hidden">
                <input name="nr_Nota_1202254_1200" id="nr_Nota_1202254_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1620" id="ci_AlunoAvaliacao_1202254_1620" value="89293440" type="hidden">
                <input name="nr_Nota_1202254_1620" id="nr_Nota_1202254_1620" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202254_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202254_1730" id="ci_AlunoAvaliacao_1202254_1730" value="89295935" type="hidden">
                <input name="nr_Nota_1202254_1730" id="nr_Nota_1202254_1730" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197675&nbsp;THAYLANE ANDRADE BENICIO
              <input id="cd_Aluno_42" name="cd_Aluno_42" value="1197675" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197675_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_154" id="ci_AlunoAvaliacao_1197675_154" value="89418053" type="hidden">
                <input name="nr_Nota_1197675_154" id="nr_Nota_1197675_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_160" id="ci_AlunoAvaliacao_1197675_160" value="91855232" type="hidden">
                <input name="nr_Nota_1197675_160" id="nr_Nota_1197675_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_530" id="ci_AlunoAvaliacao_1197675_530" value="89910296" type="hidden">
                <input name="nr_Nota_1197675_530" id="nr_Nota_1197675_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_780" id="ci_AlunoAvaliacao_1197675_780" value="89421097" type="hidden">
                <input name="nr_Nota_1197675_780" id="nr_Nota_1197675_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_800" id="ci_AlunoAvaliacao_1197675_800" value="89156598" type="hidden">
                <input name="nr_Nota_1197675_800" id="nr_Nota_1197675_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_890" id="ci_AlunoAvaliacao_1197675_890" value="88614498" type="hidden">
                <input name="nr_Nota_1197675_890" id="nr_Nota_1197675_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_970" id="ci_AlunoAvaliacao_1197675_970" value="88613173" type="hidden">
                <input name="nr_Nota_1197675_970" id="nr_Nota_1197675_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_3330" id="ci_AlunoAvaliacao_1197675_3330" value="89429958" type="hidden">
                <input name="nr_Nota_1197675_3330" id="nr_Nota_1197675_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1130" id="ci_AlunoAvaliacao_1197675_1130" value="89423662" type="hidden">
                <input name="nr_Nota_1197675_1130" id="nr_Nota_1197675_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1140" id="ci_AlunoAvaliacao_1197675_1140" value="89419225" type="hidden">
                <input name="nr_Nota_1197675_1140" id="nr_Nota_1197675_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1200" id="ci_AlunoAvaliacao_1197675_1200" value="89158197" type="hidden">
                <input name="nr_Nota_1197675_1200" id="nr_Nota_1197675_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1620" id="ci_AlunoAvaliacao_1197675_1620" value="89424869" type="hidden">
                <input name="nr_Nota_1197675_1620" id="nr_Nota_1197675_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197675_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197675_1730" id="ci_AlunoAvaliacao_1197675_1730" value="89159253" type="hidden">
                <input name="nr_Nota_1197675_1730" id="nr_Nota_1197675_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197369&nbsp;MARIO HENRIQUE BEZERRA DE LIMA BORGES
              <input id="cd_Aluno_43" name="cd_Aluno_43" value="1197369" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197369_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_154" id="ci_AlunoAvaliacao_1197369_154" value="89418038" type="hidden">
                <input name="nr_Nota_1197369_154" id="nr_Nota_1197369_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_160" id="ci_AlunoAvaliacao_1197369_160" value="91855217" type="hidden">
                <input name="nr_Nota_1197369_160" id="nr_Nota_1197369_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_530" id="ci_AlunoAvaliacao_1197369_530" value="89910281" type="hidden">
                <input name="nr_Nota_1197369_530" id="nr_Nota_1197369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_780" id="ci_AlunoAvaliacao_1197369_780" value="89421082" type="hidden">
                <input name="nr_Nota_1197369_780" id="nr_Nota_1197369_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_800" id="ci_AlunoAvaliacao_1197369_800" value="89156583" type="hidden">
                <input name="nr_Nota_1197369_800" id="nr_Nota_1197369_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_890" id="ci_AlunoAvaliacao_1197369_890" value="88614483" type="hidden">
                <input name="nr_Nota_1197369_890" id="nr_Nota_1197369_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_970" id="ci_AlunoAvaliacao_1197369_970" value="88613158" type="hidden">
                <input name="nr_Nota_1197369_970" id="nr_Nota_1197369_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_3330" id="ci_AlunoAvaliacao_1197369_3330" value="89429943" type="hidden">
                <input name="nr_Nota_1197369_3330" id="nr_Nota_1197369_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1130" id="ci_AlunoAvaliacao_1197369_1130" value="89423647" type="hidden">
                <input name="nr_Nota_1197369_1130" id="nr_Nota_1197369_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1140" id="ci_AlunoAvaliacao_1197369_1140" value="89419210" type="hidden">
                <input name="nr_Nota_1197369_1140" id="nr_Nota_1197369_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1200" id="ci_AlunoAvaliacao_1197369_1200" value="89158182" type="hidden">
                <input name="nr_Nota_1197369_1200" id="nr_Nota_1197369_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1620" id="ci_AlunoAvaliacao_1197369_1620" value="89424854" type="hidden">
                <input name="nr_Nota_1197369_1620" id="nr_Nota_1197369_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197369_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197369_1730" id="ci_AlunoAvaliacao_1197369_1730" value="89159238" type="hidden">
                <input name="nr_Nota_1197369_1730" id="nr_Nota_1197369_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;676371&nbsp;YAGO BRAYAN CAVALCANTE MESQUITA
              <input id="cd_Aluno_44" name="cd_Aluno_44" value="676371" type="hidden"></td>
            
            <td id="colunaNotaAluno_676371_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_154" id="ci_AlunoAvaliacao_676371_154" value="91061802" type="hidden">
                <input name="nr_Nota_676371_154" id="nr_Nota_676371_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_160" id="ci_AlunoAvaliacao_676371_160" value="91861180" type="hidden">
                <input name="nr_Nota_676371_160" id="nr_Nota_676371_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_530" id="ci_AlunoAvaliacao_676371_530" value="89912210" type="hidden">
                <input name="nr_Nota_676371_530" id="nr_Nota_676371_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_780" id="ci_AlunoAvaliacao_676371_780" value="88627998" type="hidden">
                <input name="nr_Nota_676371_780" id="nr_Nota_676371_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_800" id="ci_AlunoAvaliacao_676371_800" value="89168867" type="hidden">
                <input name="nr_Nota_676371_800" id="nr_Nota_676371_800" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_890" id="ci_AlunoAvaliacao_676371_890" value="88632770" type="hidden">
                <input name="nr_Nota_676371_890" id="nr_Nota_676371_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_970" id="ci_AlunoAvaliacao_676371_970" value="88629993" type="hidden">
                <input name="nr_Nota_676371_970" id="nr_Nota_676371_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_3330" id="ci_AlunoAvaliacao_676371_3330" value="89441684" type="hidden">
                <input name="nr_Nota_676371_3330" id="nr_Nota_676371_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1130" id="ci_AlunoAvaliacao_676371_1130" value="89438636" type="hidden">
                <input name="nr_Nota_676371_1130" id="nr_Nota_676371_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1140" id="ci_AlunoAvaliacao_676371_1140" value="91060453" type="hidden">
                <input name="nr_Nota_676371_1140" id="nr_Nota_676371_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1200" id="ci_AlunoAvaliacao_676371_1200" value="89177611" type="hidden">
                <input name="nr_Nota_676371_1200" id="nr_Nota_676371_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1620" id="ci_AlunoAvaliacao_676371_1620" value="89440242" type="hidden">
                <input name="nr_Nota_676371_1620" id="nr_Nota_676371_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_676371_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_676371_1730" id="ci_AlunoAvaliacao_676371_1730" value="89179198" type="hidden">
                <input name="nr_Nota_676371_1730" id="nr_Nota_676371_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 234px; left: 880px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (INGLES)</h3><div class="body">ANTONIO MARCOS DE SOUSA ANDRADE</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>